bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.66k stars 576 forks source link

wasm loader: Fix several issues in GC and exception handling #3586

Closed wenyongh closed 3 days ago

wenyongh commented 6 days ago

Fix several issues of GC and exception handling in wasm loader:

This PR fixes the issues reported in #3411.