Rust Wasm Game of Life
This repo contains an example implementation of Conway's Game of Life in Rust and WebAssembly.
How to use
You should have wasm-pack installed.
cargo install wasm-pack
wasm-pack build
cd www
npm start
Credits
Many thanks to the creators of wasm-pack-template