A game of life simulation in WebAssembly made using AssemblyScript.
Accompanying article: https://opensource.com/article/21/4/game-life-simulation-webassembly
To run the demo locally, clone the project and run the following commands in the directory:
npm install
npm run asbuild
This generates wasm files inside build
which can be run using the index.html
file on a browser.