wasm-micro-runtime/core/iwasm
Enrico Loparco 71d43f3ca1
Return error when exception was raised after main thread finishes (#2169)
Currently, if a thread is spawned and raises an exception after the main thread
has finished, iwasm returns with success instead of returning 1 (i.e. error).

Since wasm_runtime_get_wasi_exit_code waits for all threads to finish and only
returns the wasi exit code, this PR performs the exception check again and
returns error if an exception was raised.
2023-05-05 09:20:05 +08:00
..
aot Fix issues reported by Coverity (#2083) 2023-03-29 19:40:52 +08:00
common Add support for universal binaries on OSX (#2060) 2023-03-30 09:53:07 +08:00
compilation wamrc: Add --stack-usage option (#2158) 2023-04-28 13:56:44 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include wamrc: Add --stack-usage option (#2158) 2023-04-28 13:56:44 +08:00
interpreter Refine aot compiler check suspend_flags and fix issue of multi-tier jit (#2111) 2023-04-07 06:47:24 +08:00
libraries Return error when exception was raised after main thread finishes (#2169) 2023-05-05 09:20:05 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00