wasm-opt fails with error:
[PassRunner] running pass: constraint-analysis...
Assertion failed: binaryActionCounts[binary]++ <= MaxBinaryActions, file D:\a\binaryen\binaryen\src\passes\ConstraintAnalysis.cpp, line 534
|
assert(binaryActionCounts[binary]++ <= MaxBinaryActions); |
Just updated to the latest 132 version. Did not occur with 131. Using --constraint-analysis flag in both.
Not sure if expected: i.e. my (Rust) wasm output is not compatible, and I should disable it?
wasm-opt fails with error:
binaryen/src/passes/ConstraintAnalysis.cpp
Line 534 in 8f15626
Just updated to the latest 132 version. Did not occur with 131. Using
--constraint-analysisflag in both.Not sure if expected: i.e. my (Rust) wasm output is not compatible, and I should disable it?