This started as a WASM playground built out of a tutorial and is slowly morphing into an interactive form of Conway's game of life
wasm-pack build
wasm-pack test --headless --firefox
cd www
npm i
npm start
wasm-pack publish
wasm-bindgen
for communicating between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.wee_alloc
, an allocator optimized for small code size.