wasm-micro-runtime/core
Wenyong Huang 9d52960e4d
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-07 16:43:04 +08:00
..
app-framework esp-idf: Make esp-idf support Libc WASI (#1356) 2022-08-15 16:17:28 +08:00
app-mgr Add darwin support for app_framework (#1601) 2022-10-16 21:23:00 +08:00
deps Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
iwasm Fix wasm-c-api import func link issue in wasm_instance_new (#1787) 2022-12-07 16:43:04 +08:00
shared Fix warnings in the posix socket implementation (#1768) 2022-11-29 20:04:07 +08:00
config.h Enable wasm cache loading in wasm-c-api (#1759) 2022-12-05 12:25:26 +08:00
version.h Maintain semantic version info in core/version.h (#1630) 2022-10-24 12:46:03 +08:00