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/common
Wenyong Huang 12bcc20710
Implement invokeNative asm code for MinGW (#1753)
And update the document of building iwasm for MinGW.
2022-11-28 17:48:06 +08:00
..
arch Implement invokeNative asm code for MinGW (#1753) 2022-11-28 17:48:06 +08:00
iwasm_common.cmake Implement invokeNative asm code for MinGW (#1753) 2022-11-28 17:48:06 +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 Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
wasm_c_api_internal.h Add wasm_module_obtain() to clone wasm_module_t (#1660) 2022-11-09 12:50:58 +08:00
wasm_c_api.c Create trap for error message when wasm_instance_new fails (#1751) 2022-11-25 17:45:19 +08:00
wasm_exec_env.c Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
wasm_exec_env.h Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
wasm_memory.c Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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 Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
wasm_native.h Add wasm_runtime_unregister_natives (#1647) 2022-10-28 11:03:39 +08:00
wasm_runtime_common.c Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
wasm_runtime_common.h Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
wasm_shared_memory.c Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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