GitHub - rustwasm/rust-parcel-template: Kickstart your Rust, WebAssembly, and Parcel project! (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
rust-parcel-template
Kickstart your Rust, WebAssembly, and Parcel project!
This template comes pre-configured with all the boilerplate for compiling Rust to WebAssembly and hooking into a Parcel build pipeline.
npm run start
-- Serve the project locally for development athttp://localhost:1234
.npm run build
-- Bundle the project (in production mode)
Using This Template
npm init rust-parcel my-app