src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.toml | ||
index.html | ||
README.md |
Snake using Rust & WASM
Tutorial: https://www.youtube.com/watch?v=iR7Q_6quwSI
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.