Skip to content

surajsharma/wasm-game-of-life

Repository files navigation

wasm-game-of-life

wgol

Rust Badge WebAssembly Badge JavaScript Badge Webpack Badge

to run locally

  1. Install wasm-pack
  2. npm install
  3. npm run runall

if you get error:0308010C:digital envelope routines::unsupported you need to run the following

  • set NODE_OPTIONS=--openssl-legacy-provider (windows)
  • export NODE_OPTIONS=--openssl-legacy-provider (*nix)