Skip to content

Conway's Game of Life in WebAssembly.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

asher-gh/conways_game_of_life_wasm

Repository files navigation

Conway's Game of Life

Exploring WebAssembly by building Conway's Game of Life.

🚴 Usage

  1. Install wasm-pack if not installed already.
cargo install wasm-pack
  1. Use wasm-pack to compile wasm and generate JS bindings
# ./$CARGO_ROOT
wasm-pack build
  1. Install npm dependencies (from ./www directory)
# ./$CARGO_ROOT/www
npm i
  1. Start the dev server
# ./$CARGO_ROOT/www
npm run start

About

Conway's Game of Life in WebAssembly.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks