Built with 🦀🕸 by The Rust and WebAssembly Working Group
cd rust
wasm-pack build
cd rust
wasm-pack test --headless --chrome
cd web
npm install
npm run start
wasm-bindgen
for communicating between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.LICENSE-MIT
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)