Skip to content

highb/wasm-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasm-game-of-life

Conway's Game of Life implemented in Rust and WebAssembly using wasm-pack.

About

This was made by following the tutorial from the rustwasm book.

🚴 Usage

🛠️ Build

wasm-pack build

💻 Serve

cd www
npm run start

Open https://localhost:8080 in your browser

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🔋 Batteries Included