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
These assertions check to see whether the `sig_index` (i.e. the function
type) are in bounds. But this is the responsibility of the validator,
not the binary reader.
Fixes issues #1413 and #1414.
These assertions check to see whether the `sig_index` (i.e. the function
type) are in bounds. But this is the responsibility of the validator,
not the binary reader.
Fixes issues #1413 and #1414.
Hey,
Similar assertion failure than #1413 but in another expression.
Related code (line
737
):wabt/src/binary-reader-ir.cc
Lines 736 to 738 in e88bc66
Reproducing
Download: assert_OnReturnCallIndirectExpr_wabt.zip
Run:
The text was updated successfully, but these errors were encountered: