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

https://github.com/adimit/wasm-tutorial

Code roughly follows the Rust/Wasm tutorial
https://github.com/adimit/wasm-tutorial

Last synced: 7 months ago
JSON representation

Code roughly follows the Rust/Wasm tutorial

Awesome Lists containing this project

README

          

# Game of Life 🦀

Implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in [Rust](https://www.rust-lang.org/) and compiled to [WASM](https://www.rust-lang.org/what/wasm). Deployed version [available here](https://aleks.bg/life/).

Roughly follows the Tutorial laid out in the [Rust & Wasm](https://rustwasm.github.io/docs/book/game-of-life/implementing.html) book; especially the Rust part does not follow it closely.