Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 523 Bytes

Wasm Game of Life

An implementation of Conway's Game of Life using Rust and WebAssembly. Created following the Rust & WebAssembly Book.

Live demo

Setup

  1. Install the Rust toolchain and wasm-pack
  2. Run wasm-pack build in the root directory
  3. cd into the www directory, then run npm install and npm start