wasm-game-of-life to run locally Install wasm-pack npm install 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)