A mini-project sampling Rust and WebAssembly.
Many thanks to the efforts of the The Rust and WebAssembly Working Group 🦀
This project is designed to use Conway's Game of Life for sampling the process from developing and compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.
WARNING: This program features flashing lights and patterns. Viewer discretion is advised.
cd www
npm run start
wasm-pack build
wasm-pack test --headless --firefox
wasm-pack publish