wasm-micro-runtime/core/iwasm/common
Wenyong Huang 02f0c2bed8
Fix invalid size of memory allocated in wasi init (#1603)
The total size of null-terminated array of strings is wrongly calculated
2022-10-17 08:48:07 +08:00
..
arch Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
iwasm_common.cmake Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
wasm_application.c Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
wasm_c_api_internal.h Add more checks for wasm-c-api interfaces (#1121) 2022-04-27 13:28:27 +08:00
wasm_c_api.c wasm_c_api.c: improve unimplemented cases (#1355) 2022-08-08 16:46:54 +08:00
wasm_exec_env.c Support custom stack guard size (#1368) 2022-08-12 10:17:11 +08:00
wasm_exec_env.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_memory.c Enable memory leak check (#1429) 2022-09-01 16:15:00 +08:00
wasm_memory.h Enlarge max pool size and fix bh_memcpy_s dest max size check (#1151) 2022-05-07 16:09:16 +08:00
wasm_native.c Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
wasm_native.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
wasm_runtime_common.c Fix invalid size of memory allocated in wasi init (#1603) 2022-10-17 08:48:07 +08:00
wasm_runtime_common.h Remove unused wasm_runtime_is_module_registered (#1594) 2022-10-14 15:46:30 +08:00
wasm_shared_memory.c Fix threads spec test issues (#1586) 2022-10-13 13:53:09 +08:00
wasm_shared_memory.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00