wasm-micro-runtime/core/iwasm/aot
Wenyong Huang 37e9b9c510 Fix wasm-c-api import func link issue in wasm_instance_new (#1787)
When a wasm module is duplicated instantiated with wasm_instance_new,
the function import info of the previous instantiation may be overwritten by
the later instantiation, which may cause unexpected behavior.

Store the function import info into the module instance to fix the issue.
2022-12-20 14:37:07 +08:00
..
arch Add ARM aeabi memcpy/memmove/memset symbols for AOT bulk memory ops (#1777) 2022-12-02 10:18:20 +08:00
debug Fix AOT debug for macOS (#1494) 2022-09-16 18:54:04 +08:00
aot_intrinsic.c Fix missing float cmp for XIP (#1699) 2022-11-14 11:58:38 +08:00
aot_intrinsic.h Fix missing float cmp for XIP (#1699) 2022-11-14 11:58:38 +08:00
aot_loader.c XIP adaptation for xtensa platform (#1636) 2022-10-31 17:25:24 +08:00
aot_reloc.h Fix missing float cmp for XIP (#1699) 2022-11-14 11:58:38 +08:00
aot_runtime.c Fix wasm-c-api import func link issue in wasm_instance_new (#1787) 2022-12-20 14:37:07 +08:00
aot_runtime.h Fix wasm-c-api import func link issue in wasm_instance_new (#1787) 2022-12-20 14:37:07 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00