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
I receive a parse error using wasm-opt v116.
The error reports the issue 'attempted pop from empty stack / beyond block start boundary', however the stack is non-empty.
The same input program passes wat2wasm and wasm-validate.
I receive a parse error using
wasm-opt
v116.The error reports the issue 'attempted pop from empty stack / beyond block start boundary', however the stack is non-empty.
The same input program passes
wat2wasm
andwasm-validate
.Example illustrating what goes wrong:
yields
however:
The text was updated successfully, but these errors were encountered: