Skip to content

shalzz/wasm-game-of-life

Repository files navigation

Game of Life

Conway's Game of Life implementation using Rust, Javascript and WebAssembly!

About

Try it out at https://wasm-game-of-life.shalzz.now.sh!

Run

Build the webassembly module with wasm-pack build

wasm-pack build

start the webserver with npm run start

cd www
npm run start

Open the webpage at http://localhost:808

Build

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Deploy

  1. Build the wasm module
wasm-pack build
  1. Bundle with our js and html
cd www
npm run build
  1. Deploy to @zeit/now
cd www/dist
now

About

Game of Life implementation using Rust, Javascript and WebAssembly!

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Packages

No packages published