game-of-life-anandchourasia007
v0.1.0
Published
<div align="center">
Downloads
4
Readme
Rust implementation of Conway's Game of Life using Web Assembly and JavaScript. Also used wasm-pack to generate wasm packages that can be published to the npm registry.
🚴 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