wasm-micro-runtime/product-mini/platforms
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
..
alios-things Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
android Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +08:00
darwin Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +08:00
esp-idf Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
freebsd Fix several issues in CI binary releasing (#2064) 2023-03-26 12:19:45 +08:00
ios Add ios support for product-mini (#1602) 2022-10-18 07:52:38 +08:00
linux Enable CI build for gcc 4.8 on linux (#2106) 2023-04-06 10:10:07 +08:00
linux-sgx Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +08:00
nuttx Support dump call stack on exception and dump call stack on nuttx (#2042) 2023-03-22 18:11:53 +08:00
posix Return error when exception was raised after main thread finishes (#2169) 2023-05-05 09:20:05 +08:00
riot Normalize how the global heap pool is configured across iwasm apps (#1628) 2022-10-25 21:36:24 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
windows Return error when exception was raised after main thread finishes (#2169) 2023-05-05 09:20:05 +08:00
zephyr/simple Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00