If you familiar with "Candy Crush", it is similar, but created using Vanilla Javascript and Web Assembly compiled with Rust.
Why you ask? It's just a fun project to learn Web Assembly and 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