wasm-micro-runtime/core/iwasm
Wenyong Huang e44465d259
Enhance wasm loader checks for opcode br_table (#3352)
Fix the integer overflow issue when checking target branch depth in opcode
br_table, and fix is_32bit_type not check VALUE_TYPE_ANY issue, which may
cause wasm_loader_push_frame_offset push extra unneeded offset.
2024-04-25 20:07:57 +08:00
..
aot Fix a few native stack address calculations (#3351) 2024-04-24 16:39:38 +08:00
common Fix a few native stack address calculations (#3351) 2024-04-24 16:39:38 +08:00
compilation Enhance GC subtyping checks (#3317) 2024-04-18 12:32:01 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
include Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00
interpreter Enhance wasm loader checks for opcode br_table (#3352) 2024-04-25 20:07:57 +08:00
libraries thread mgr: Free aux stack only when it was allocated (#3282) 2024-04-08 09:06:49 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00