wasm-micro-runtime/core
Wenyong Huang 6ee71000f9
Fix dynamic offset not updated in op_br for block with ret type (#3269)
The PR #3259 reverted PR #3192, it fixes #3210 but makes #3170 failed again.

The workaround is that we should update `ctx->dynamic_offset` only for opcode br
and should not update it for opcode br_if. This PR fixes both issue #3170 and #3210.
2024-04-01 15:40:20 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix dynamic offset not updated in op_br for block with ret type (#3269) 2024-04-01 15:40:20 +08:00
shared Fix compilation errors on zephyr platform (#3255) 2024-03-26 17:55:53 +08:00
config.h Add cmake flag to control aot intrinsics (#3261) 2024-04-01 11:26:05 +08:00
version.h Update version number to 1.3.2 and update release notes (#3083) 2024-02-01 12:42:12 +08:00