Conway's Game of Life simulated with Rust and the WebAssembly, rendered with WebGPU or Canvas2D.
First you need to install wasm-pack
cargo install cargo-watch
cargo watch -c -w src/ -s "wasm-pack build" && cd www/ && npm install && npm run dev
wasm-pack build && cd www/ && npm install && npm run build