wasm-micro-runtime/core/iwasm
Hritik Gupta f3c1ad4864
Fix terminating stale threads on trap/proc_exit (#1929)
This is to terminate suspended threads in case an atomic wait occurs with
a huge or indefinite (-1) timeout, followed by a proc exit or trap.
2023-02-07 20:56:23 +08:00
..
aot Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
common Fix terminating stale threads on trap/proc_exit (#1929) 2023-02-07 20:56:23 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
include Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
interpreter Fix jit memory overwritten after instance deinstantiate (#1936) 2023-02-03 11:15:03 +08:00
libraries Fix data race when terminating or waiting for a thread (#1924) 2023-02-06 19:08:45 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00