wasm-micro-runtime/core/iwasm
Wenyong Huang 169e164815
Fix wasm loader handling opcode br_table (#3176)
Fix the errors reported in the sanitizer test of nightly run CI.
When the stack is in polymorphic state, the stack operands may be changed
after pop and push operations (e.g. stack is empty but pop op can succeed
in polymorphic, and the push op can push a new operand to stack), this may
impact the following checks to other target blocks of the br_table opcode.
2024-02-23 14:56:20 +08:00
..
aot Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
common Fix inconsistent coding convention (#3171) 2024-02-22 10:40:50 +08:00
compilation Add comments to suppress warning from wamrc (#3175) 2024-02-22 18:57:00 +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 Fix llvm jit push funcref/externref result type issue (#3169) 2024-02-21 12:15:18 +08:00
include Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
interpreter Fix wasm loader handling opcode br_table (#3176) 2024-02-23 14:56:20 +08:00
libraries Clarify how to verify SGX evidence without an Intel SGX-enabled platform (#3158) 2024-02-17 18:44:22 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00