1
0
rust-wasm-snake/README.md

13 lines
246 B
Markdown
Raw Permalink Normal View History

2022-06-02 10:44:01 +00:00
# Snake using Rust & WASM
Tutorial: https://www.youtube.com/watch?v=iR7Q_6quwSI
2022-06-02 22:15:16 +00:00
## 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.