Skip to content

erwanvivien/mjolnir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build WASM

wasm-pack build --target web --out-dir game
cd game
npx serve

Development WASM

# Terminal 1
cargo watch -- wasm-pack build --target web --dev --out-dir game

# Terminal 2
npx serve game

Note: index.html can be found here: sotrh#wasm-example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published