wasm-micro-runtime/product-mini/platforms/posix
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
..
main.c Add an API to terminate instance (#2538) 2023-09-13 17:09:31 +08:00