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
Currently a pop can only come after a catch, and its argument should be exnref. Os_print-stack-ir_all-features.wast contains tests for pops for various types, so there's no way to make this file a valid wasm file for now. This makes the test not usable as initial content for the fuzzer, and it is in general good to make all our tests valid.
Once the new EH spec is implemented, catch should be able to pop other types values than exnref, then we will be able to make this test valid as well. This is a tracking issue for this problem.