Skip to content

Koka/wasm-life-game

Repository files navigation

Game of Life in WASM / Typescript

Prerequisites

Please be sure you have Rust and wasm-pack installed

Useful commands

Run devserver with live reloading:

yarn dev

Build for production:

yarn build

Build WASM module only (sometimes useful):

yarn wasm