Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 478 Bytes

wasm-game-of-life

An implementation of Conway's Game of Life following the tutorial of wasm-pack.

Built with 🦀🕸 by The Rust and WebAssembly Working Group

Building

Make sure to have wasm-pack installed.

wasm-pack build

Usage

cd www
npm run start