wasm-micro-runtime/core/iwasm/libraries
Marcin Kolny e2c754f0a6
Fix data race when terminating or waiting for a thread (#1924)
There is a possibility that while iterating through a list of threads, the threads
finish by themselves, making a list of exec_env invalid.
2023-02-06 19:08:45 +08:00
..
debug-engine Update release notes and fix issues reported by Coverity (#1813) 2022-12-16 14:16:58 +08:00
lib-pthread Main thread spread exception when thread-mgr is enabled (#1889) 2023-01-20 08:54:27 +08:00
lib-rats Create module hash for each module in SGX lib-rats (#1745) 2022-11-24 21:48:50 +08:00
lib-socket Fix build socket api error (#1610) 2022-10-17 15:54:03 +08:00
libc-builtin Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
libc-emcc Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
libc-uvwasi Add wasm_runtime_get_wasi_exit_code (#1748) 2022-11-24 20:26:18 +08:00
libc-wasi Enable gcc-4.8 compilation (#1928) 2023-02-02 19:34:20 +08:00
thread-mgr Fix data race when terminating or waiting for a thread (#1924) 2023-02-06 19:08:45 +08:00
wasi-nn wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00