/stackem

🥞 Stackem game in Rust and Wasm

Primary LanguageRust

stackem

Development

Build and run the application.

cargo run

Release

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

License

MIT