wasm-micro-runtime/core
yaozhongxiao efc8bc10a9
[bugfix] initialize "module->retain_function" for wasm_mini_loader (#1333)
Before resolving the module function's export in wasm_mini_loader,
"module->retain_function" need to be initialized, otherwise,
the "__new" function export will lead to abort.

issue: https://github.com/bytecodealliance/wasm-micro-runtime/issues/1332

Co-authored-by: yaozhongxiao <yaozhongxiao@bytedance.com>
2022-07-27 18:01:20 +08:00
..
app-framework Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
app-mgr Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
deps Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
iwasm [bugfix] initialize "module->retain_function" for wasm_mini_loader (#1333) 2022-07-27 18:01:20 +08:00
shared Clear compilation warnings on Windows (#1307) 2022-07-21 09:32:28 +08:00
config.h Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00