kreibaum / pacosako

This code drives the pacoplay.com website where you can play Paco Ŝako.
http://pacoplay.com
MIT License
23 stars 3 forks source link

wasm-opt fails with segfault #101

Closed kreibaum closed 1 year ago

kreibaum commented 1 year ago

As part of my build, I am running wasm-opt. This currently fails with a Segfault.

In wasm-pack 0.10.3 the bundled wasm-opt version is 90. This is outdated and the latest version 111 fixes this.

This can either be fixed by the wasm-pack team updating their included wasm-opt or by me pulling in the latest wasm-opt manually.

For now this isn't critical because the wasm file is still generated. This is why I am labeling it polish.

kreibaum commented 1 year ago

This no longer happens with wasm-pack 0.12.1