wasm-micro-runtime/core
Wenyong Huang 23e1d51587
Fix loader parse block type and calculate dynamic offset for loop args (#3482)
Fix several issues in wasm loader:
- Parse a block's type index with leb int32 instead leb uint32
- Correct dst dynamic offset of loop block arguments for opcode br
  when copying the stack operands to the arguments of loop block
- Free each frame_csp's param_frame_offsets when destroy loader ctx
- Fix compilation error in wasm_mini_loader.c
- Add test cases of failed issues

This PR fixes issue #3467 and #3468.
2024-05-31 11:32:36 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix loader parse block type and calculate dynamic offset for loop args (#3482) 2024-05-31 11:32:36 +08:00
shared NuttX: Fix a dbus-related crash on esp32s3 (#3470) 2024-05-27 11:07:30 +08:00
config.h Fix two issues to make fuzzing test quit earlier (#3471) 2024-05-30 14:55:21 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00