Conway's Game of Life implementation using Rust, Javascript and WebAssembly!
Try it out at https://wasm-game-of-life.shalzz.now.sh!
Build the webassembly module with wasm-pack build
wasm-pack build
start the webserver with npm run start
cd www
npm run start
Open the webpage at http://localhost:808
wasm-pack build
wasm-pack test --headless --firefox
- Build the wasm module
wasm-pack build
- Bundle with our js and html
cd www
npm run build
- Deploy to @zeit/now
cd www/dist
now