wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm set_exception_visitor: Remove the special case for wasi proc exit (#2525) 2023-09-04 16:52:19 +08:00
shared Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
config.h wasi-nn: Improve TPU support (#2447) 2023-08-14 20:03:56 +08:00
version.h Update version number and release notes (#2378) 2023-08-22 08:55:36 +08:00