An open API service indexing awesome lists of open source software.

https://github.com/terror/life

Conway's game of life + wasm
https://github.com/terror/life

Last synced: 5 months ago
JSON representation

Conway's game of life + wasm

Awesome Lists containing this project

README

          

Conway's game of life targeting [WASM](https://webassembly.org/)[^1]

Rust code is built using `wasm-pack` and served over http via `webpack`.





[^1]: [Tutorial: Conway's game of Life](https://rustwasm.github.io/book/game-of-life/introduction.html#tutorial-conways-game-of-life)