The classic Snake Game created using Vanilla Javascript and Web Assembly compiled with Rust.
- Build the wasm file
$ wasm-pack build --not-typescript
- Bundle the webfiles
note: to install js dependencies use
$ node_modules/.bin/webpack
$ npm install
$ serve -s dist