/wasm-life-game

Game of Life in WASM / Typescript

Primary LanguageTypeScript

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