wasm-micro-runtime/core/iwasm
Wenyong Huang c6997aa68a
Fix execute_main not wait for other threads (#1137)
Fix wasm_application_execute_main/wasm_application_execute_func not waiting for
other threads to terminate in multi-thread mode, which causes that the exception
thrown by other threads may haven't been spreaded to current main thread, and
cannot be detected by the caller, as reported in #1131.
2022-04-29 15:47:43 +08:00
..
aot core/iwasm/aot/aot_loader.c: Fix a zero-sized malloc warning (#1108) 2022-04-20 18:27:13 +08:00
common Fix execute_main not wait for other threads (#1137) 2022-04-29 15:47:43 +08:00
compilation Fix build wamrc for xtensa failure (#1109) 2022-04-23 20:25:40 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
interpreter Store import function pointer in module instance (#1130) 2022-04-27 20:21:51 +08:00
libraries Fix execute_main not wait for other threads (#1137) 2022-04-29 15:47:43 +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