wasm-micro-runtime/core/iwasm/libraries/thread-mgr
YAMAMOTO Takashi a6fda9b7ab
Add an API to terminate instance (#2538)
Add API wasm_runtime_terminate to terminate a module instance
by setting "terminated by user" exception to the module instance.

And update the product-mini of posix platforms.

Note: this doesn't work for some situations like blocking system calls.
2023-09-13 17:09:31 +08:00
..
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
thread_manager.c Add an API to terminate instance (#2538) 2023-09-13 17:09:31 +08:00
thread_manager.h Add an API to terminate instance (#2538) 2023-09-13 17:09:31 +08:00
thread_mgr.cmake Enable shared memory && add pthread support (#282) 2020-06-15 19:04:04 +08:00