WebAssembly / wabt

The WebAssembly Binary Toolkit
Apache License 2.0
6.91k stars 702 forks source link

wasm-interp: Fix catch handlers' value stack sizes #2478

Closed SoniEx2 closed 1 month ago

SoniEx2 commented 1 month ago

Fixes the value stack size of the catch handler. There were two (related) issues here:

Closes #2476

(Split from #2470 )

SoniEx2 commented 1 month ago

@sbc100

SoniEx2 commented 1 month ago

@sbc100 ping?