wasm-micro-runtime/core/iwasm/libraries
YAMAMOTO Takashi 2e78230e06
set_exception_visitor: Remove the special case for wasi proc exit (#2525)
While wasi proc exit is not a real trap, what the runtime does on it is mostly same as
real traps. That is, kill the siblings threads and represent the exit/trap as the result of
the "process" to the user api. There seems no reason to distinguish it from real traps
here.

Note that:
- The target thread either doesn't care the specific exception type or ignore wasi
  proc exit by themselves. (clear_wasi_proc_exit_exception)
- clear_wasi_proc_exit_exception only clears local exception.
2023-09-04 16:52:19 +08:00
..
debug-engine Update release notes and fix issues reported by Coverity (#1813) 2022-12-20 14:37:07 +08:00
lib-pthread Fix memory sharing (#2415) 2023-08-04 10:18:13 +08:00
lib-rats sgx-ra: Disable the building of samples (#2507) 2023-08-28 09:42:16 +08:00
lib-socket Fix wasi-sockets tests (#2389) 2023-07-30 19:34:09 +08:00
lib-wasi-threads Add unit tests for the tid allocator (#2519) 2023-09-04 13:21:10 +08:00
libc-builtin Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
libc-emcc Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
libc-uvwasi Update libuv version to v1.46.0 (#2405) 2023-07-31 18:32:20 +08:00
libc-wasi Implement suspend flags as atomic variable (#2361) 2023-07-21 08:27:09 +08:00
thread-mgr set_exception_visitor: Remove the special case for wasi proc exit (#2525) 2023-09-04 16:52:19 +08:00
wasi-nn wasi-nn: Improve TPU support (#2447) 2023-08-14 20:03:56 +08:00