You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: failed to execute `wasm-opt`: exited with exit code: 1
full command: "/Users/onat.mercan/Library/Caches/.wasm-pack/wasm-opt-a528729925722b63/wasm-opt""/Users/onat.mercan/dev/wasm-game-of-life/pkg/wasm_game_of_life_bg.wasm""-o""/Users/onat.mercan/dev/wasm-game-of-life/pkg/wasm_game_of_life_bg.wasm-opt.wasm""-O"
To disable `wasm-opt`, add `wasm-opt = false` to your package metadata in your `Cargo.toml`.
Describe the Bug
Building the code on page Implementing Conway's Game of Life fails with the below error:
Steps to Reproduce
wasm-pack build
Additional Context
I managed to make it build by following the error produced and added the following line to
Cargo.toml
:The text was updated successfully, but these errors were encountered: