1
0
rust-wasm-minesweeper/README.md

13 lines
252 B
Markdown

# Minesweeper using Rust & WASM
Tutorial: https://www.youtube.com/watch?v=0ywizYLPV00
## Development
```
wasm-pack build --target web
serve
```
If it says that you don't have `serve`, you can install from here: https://www.npmjs.com/package/serve.