A template for kick starting a Rust and WebAssembly project using wasm-pack.
npm start
wasm-pack build
wasm-bindgen
for communicating between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.wee_alloc
, an allocator optimized for small code size.