Skip to content

wasm-opt constraint analysis assertion failed (MaxBinaryActions) #9001

Description

@mcost45

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions