A simple falling sand game written in Rust and compiled to Web Assembly. A demo is available at https://transistorfet.github.io/fallingrust/
Documentation, provided by @wolfgangmeyers: https://jabberwocky.ca/fallingrust/doc/fallingrust/
To build the rust source:
wasm-pack build
To run the node server:
cd www/
npm i
npm start