This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
liang.he 0f6e5a55a4
Fix sub module's aux stack info not synchronized to main module issue (#1279)
Sub module's auxiliary stack boundary and bottom may be different from
main module's counterpart, so when calling sub module, its aux stack info
should be gotten and set to exec_env firstly, or aux stack overflow and out
of bounds memory access exception may be thrown when calling sub
module's function.
Fix the issue reported in PR #1278.
2022-07-11 19:42:29 +08:00
..
aot Remove unnecessary memset after mmap (#1273) 2022-07-07 13:53:50 +08:00
common Fix get invokeNative float ret value issue with clang compiler (#1248) 2022-06-26 09:33:54 +08:00
compilation Enable aot compiler with llvm-14/15 (#1252) 2022-06-28 14:53:01 +08:00
include wasm_export.h: mention module byte buffer mutability (#1271) 2022-07-07 10:06:31 +08:00
interpreter Fix sub module's aux stack info not synchronized to main module issue (#1279) 2022-07-11 19:42:29 +08:00
libraries debug_engine: Fix a few typos (#1261) 2022-06-30 15:45:46 +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