/wasm-game-of-life

Rust + WebAssembly tutorial exemplifying Conway's Game of Life

Primary LanguageRustApache License 2.0Apache-2.0

Rust + WebAssembly example

example gif.

Working example from Rust + WASM tutorial. Conway's game of life using Rust + WebAssembly.

🚴 Usage

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish