wasm-micro-runtime/core/iwasm
Enrico Loparco ea6cef7e51
Fix malloc non-thread-safe usage in lib-wasi-threads test (#2022)
In the WASI thread test modified in this PR, malloc was used in multiple threads
without a lock. But wasi-libc implementation of malloc is not thread-safe.
2023-03-11 10:44:37 +08:00
..
aot Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
common Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
compilation Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
fast-jit Fix several issues found (#1996) 2023-03-03 15:00:54 +08:00
include Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
interpreter Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
libraries Fix malloc non-thread-safe usage in lib-wasi-threads test (#2022) 2023-03-11 10:44:37 +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