Closed kreibaum closed 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.
This no longer happens with wasm-pack 0.12.1
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.