wasm-micro-runtime/core/iwasm
Wenyong Huang da7117a092
Refine the stack frame size check in interpreter (#1730)
Limit max_stack_cell_num/max_csp_num to be no larger than UINT16_MAX,
and don't check all_cell_num in interpreter again.

And refine some codes in interpreter.
2022-11-22 15:32:48 +08:00
..
aot Fix issue of thumb relocation R_ARM_THM_MOVT_ABS (#1723) 2022-11-19 19:36:02 +08:00
common Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
compilation Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
fast-jit Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
include Add comments around wasm_runtime_set_wasi_args (#1692) 2022-11-09 17:18:22 +08:00
interpreter Refine the stack frame size check in interpreter (#1730) 2022-11-22 15:32:48 +08:00
libraries linux-sgx: Improve the remote attestation (#1695) 2022-11-22 14:45:03 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00