Game of life implemented using WASM and Rust.
Demo: https://deaz.github.io/wasm-of-life/
- Install
nightly
rust toolchain and addwasm32-unknown-unknown
target - Run
./build.sh
to build wasm module
To check locally:
cd ./html
python3 -m http.server
- Go to http://localhost:8000/