wasm-micro-runtime/core/iwasm
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
..
aot Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
common Stop abusing shared memory lock to protect exception (#2509) 2023-08-31 20:39:08 +08:00
compilation Fix a typo in is_win_platform (#2490) 2023-08-22 11:50:11 +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 Fix some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Implement wasm_externref_objdel and wasm_externref_set_cleanup (#2455) 2023-08-14 16:45:30 +08:00
interpreter Stop abusing shared memory lock to protect exception (#2509) 2023-08-31 20:39:08 +08:00
libraries set_exception_visitor: Remove the special case for wasi proc exit (#2525) 2023-09-04 16:52:19 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00