wasm-micro-runtime/core/iwasm
Zhenwei Jin 23df0d4e55
fix: correct boundary check in dynamic_offset check (#4788)
correct boundary check in check_dynamic_offset_pop when dynamic_offset is 0. When dynamic_offset = 0, check_dynamic_offset_pop will always return true, which may wrongly update dynamic_offset.
also include a typo fix in SET_OPERAND_REF

Signed-off-by: zhenweijin <zhenwei.jin@intel.com>
2026-01-20 08:53:11 +08:00
..
aot fix: clear exec_env_tls when destroying exec_env (#4774) 2026-01-20 07:09:26 +08:00
common Ensure --addr-pool mask accepts numbers only (#4619) 2025-12-22 07:55:42 +08:00
compilation fix(aot): reserve x18 register on macOS ARM64 (#4775) 2026-01-20 07:30:58 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit add micro AMR_BUILD_LIME1 to enable minimal lime1 feature set (#4571) 2025-09-14 14:08:27 +08:00
include Add a runtime API for reset shared heap(chain) (#4740) 2025-12-15 09:56:55 +08:00
interpreter fix: correct boundary check in dynamic_offset check (#4788) 2026-01-20 08:53:11 +08:00
libraries fix: Wrong compiler parameter on MSVC (#4778) 2026-01-08 09:10:07 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00