Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 372 Bytes

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