Skip to content

yisonPylkita/wasm-game-of-life

Repository files navigation

Game of Life in Rust WASM

Conway's Game of Life written in Rust WASM

🚴 Usage

Prerequisites

Install Rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install wasm-pack

cargo install wasm-pack

🛠️ Building

wasm-pack build --target web

Using

python3 -m http.server 8000

# Now go to localhost:8000 in your browser

🔬 Test in Headless Browsers

WARNING: No tests yet!

wasm-pack test --headless --chrome

About

Game of Life in Rust/WebAssembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published