WASM-game-of-life My implementation of Conway's Game of Life using web assembly from the rustwasm book. Usage Requires wasm-pack and npm to be installed. Run the project wasm-pack build && cd www && npm run start Then navigate to localhost:8080 in your browser. Examples