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