1
0
Go to file
2022-06-03 01:18:18 +03:00
src feat: use wasm to create the frontend 2022-06-03 01:18:18 +03:00
.gitignore feat: initial commit 2022-06-02 13:46:32 +03:00
.rustfmt.toml feat: initial commit 2022-06-02 13:46:32 +03:00
Cargo.toml feat: use wasm to create the frontend 2022-06-03 01:18:18 +03:00
index.html feat: use wasm to create the frontend 2022-06-03 01:18:18 +03:00
README.md docs: update README 2022-06-03 01:18:18 +03:00

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.