Files
wamr/core/iwasm/interpreter
Wenyong Huang 0feae05379 wasm loader: Fix several issues in GC and exception handling (#3586)
Fix several issues of GC and exception handling in wasm loader:
- Should restore param_reftype_maps/param_reftype_map_count/param_count
  in the handling of opcode throw
- Should set wasm_ref_type when pushing param types of tag type and block type
  if the type is a multi-byte type
- Should set init_values.data as NULL for opcode struct.new_default in load_init_expr

This PR fixes the issues reported in #3411.
2024-07-05 19:15:58 +08:00
..
2024-06-19 14:50:46 +08:00