0.2.0 • Published 4 years ago

create-rust-rollup v0.2.0

Weekly downloads
2
License
(MIT OR Apache-2....
Repository
github
Last release
4 years ago

About

This template is designed for creating monorepo-style Web applications with Rust-generated WebAssembly and Rollup without publishing your WASM to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 Using This Template

You can use npm init to clone this template:

npm init rust-rollup my-app

🔋 Batteries Included

This template comes pre-configured with all the boilerplate for compiling Rust to WebAssembly and hooking into a Rollup build pipeline.

  • script/start -- Serve the project locally for development at localhost:10001. It auto-reloads when you make any changes.

  • script/build -- Bundle the project (in production mode).

  • script/test -- Run the project's unit tests.