wasm-micro-runtime/core/iwasm
Wenyong Huang e15db8d732
Destroy fast-jit compiler after destroy loaded modules (#1402)
Destroy Fast-JIT compiler after destroying the modules loaded by
multi-module feature, since the Fast JIT's code cache allocator may
be used by these modules. If the Fast JIT's code cache allocator was
destroyed, then runtime will fail to destroy these modules.

And fix the issue of destroying import module's memory instance.
2022-08-22 14:52:33 +08:00
..
aot Fix wasm_type_equal check in wasm_mini_loader.c (#1394) 2022-08-19 12:56:24 +08:00
common Destroy fast-jit compiler after destroy loaded modules (#1402) 2022-08-22 14:52:33 +08:00
compilation Fix load type not initialized issue for LLVMBuildLoad2 (#1381) 2022-08-12 14:18:47 +08:00
fast-jit Import WAMR Fast JIT (#1343) 2022-08-02 16:03:50 +08:00
include Enable the semantic version mechanism for WAMR (#1374) 2022-08-18 19:01:05 +08:00
interpreter Destroy fast-jit compiler after destroy loaded modules (#1402) 2022-08-22 14:52:33 +08:00
libraries esp-idf: Make esp-idf support Libc WASI (#1356) 2022-08-15 16:17:28 +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