Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 305 Bytes

About

This is the implementation of Conway's Game of Life from the Rust 🦀 and WebAssembly 🕸 book with a few changes.

🛠️ Build with wasm-pack build

wasm-pack build

Run the app

cd www
npm i
npm run start