Skip to content

An implementation of Conway's Game of Life using Rust and WebAssembly.

Notifications You must be signed in to change notification settings

nchrisr/wasm-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An implementation of Conway's Game of Life using Rust and WebAssembly.

🚴 Usage

🛠️ Build with wasm-pack build

wasm-pack build

Install dependencies with npm

cd www && npm install

Run locally

npm run start

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

Known Issues

  • If the error in the image below occurs when running npm run start on MacOS, it can be fixed by running export NODE_OPTIONS=--openssl-legacy-provider.

    ssl issue image.

🔋 Batteries Included

Built with 🦀🕸

About

An implementation of Conway's Game of Life using Rust and WebAssembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published