wasm-micro-runtime/core/iwasm
Xu Jun 52f422dba0
fix pthread library issues: (#522)
1. pthread_join can't get return value from exited threads
2. pthread_cond_wait return success when timeout
2021-02-09 10:36:44 +08:00
..
aot Add checks to avoid wasm_runtime_malloc memory with size 0 (#507) 2021-01-28 16:16:02 +08:00
common Fix duplicated destroy shared memory's lock issue (#514) 2021-02-07 11:05:48 +08:00
compilation Add checks to avoid wasm_runtime_malloc memory with size 0 (#507) 2021-01-28 16:16:02 +08:00
include Implement performance profiler and call stack dump, and update toolchain document (#501) 2021-01-18 13:23:10 +08:00
interpreter Fix duplicated destroy shared memory's lock issue (#514) 2021-02-07 11:05:48 +08:00
libraries fix pthread library issues: (#522) 2021-02-09 10:36:44 +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