JavaScript, WebAssembly, and WebGPU implementations of the well-known Conway's Game of Life.
After cloning the repository, run the following commands inside the project directory:
npm install # install dependencies
npm run build # wasm needs to be built before running
npm run dev