Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 852 Bytes

Wasm Game of Life

Small application simulating the Game of Life. It was build it following the example provided by Rust and WebAssembly tutorial.

🚴 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

🔋 Batteries Included