Skip to content

jsalis/stackem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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