Implementation of Conway's game of life using wasm-pack.
This is a toy project, designed to learn how to use wasm-pack
to create embeddable rust code and graphical html / js.
It has not other purpose than having some fun while playing with living cells.
wasm-pack build
npm install
npm start
ctrl + <click>
to generate a pulsaralt + <click>
to generate a glider<click>
to toggle a cell
LAST STATE => https://rustwasm.github.io/docs/book/game-of-life/interactivity.html
- make it look nice
- time profile js + wasm to optimize it