sendilkumarn / rust-parcel-template

Kickstart your Rust, WebAssembly, and Parcel project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-parcel-template

⚠️ deprecated ⚠️

⚠️ The project is moved to rustwasm/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 at http://localhost:1234.

  • npm run build -- Bundle the project (in production mode)

Using This Template

cargo install wasm-pack
npm init rust-parcel my-app

About

Kickstart your Rust, WebAssembly, and Parcel project!

License:Apache License 2.0


Languages

Language:Rust 68.7%Language:JavaScript 22.7%Language:HTML 8.6%