wasm-micro-runtime/core/iwasm
Xu Jun 9b0b33e4ae
fix duplicated debug instance id in multiple native thread issue (#847)
The debug_instance_list is not protected by mutex, and the debug instance uses
the length of this list as its id. If several threads create debug instance at the
same time, they may get duplicated/same ids. This patch adds mutex to protect
this list.
2021-11-25 12:15:37 +08:00
..
aot Fix Win32 build error (#843) 2021-11-23 10:57:52 +08:00
common Fix potential pointer overflows (#826) 2021-11-15 10:57:37 +08:00
compilation Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
include Enable LLVM link time optimization (LTO) for AOT (#831) 2021-11-13 16:59:35 +08:00
interpreter Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
libraries fix duplicated debug instance id in multiple native thread issue (#847) 2021-11-25 12:15: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