Build and run the application.
cargo run
Build application for the wasm target. Files in the wasm
directory should be hosted by a web server.
./build/release_wasm
One of the ways to serve static wasm and html files:
cargo install basic-http-server
basic-http-server ./wasm
MIT