An implementation of Conway's Game of Life using Rust and WebAssembly. Created following the Rust & WebAssembly Book.
- Install the Rust toolchain and wasm-pack
- Run
wasm-pack build
in the root directory - cd into the
www
directory, then runnpm install
andnpm start