wasm-micro-runtime/core/iwasm
Maks Litskevich 411b903cee
Add mutex stress test (#2472)
As a part of stress-testing we want to ensure that mutex implementation is working
correctly and protecting shared resource to be allocated from other threads when
mutex is locked.

This test covers the most common situations that happen when some program uses
mutexes like locks from various threads, locks from the same thread etc.
2023-08-30 19:01:44 +08:00
..
aot Fix windows AOT hw bound check (#2475) 2023-08-18 10:16:03 +08:00
common Fix duplicate vector init in wasm_module_validate (#2498) 2023-08-23 12:35:46 +08:00
compilation Fix a typo in is_win_platform (#2490) 2023-08-22 11:50:11 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix some check issues on table operations (#2392) 2023-07-27 21:53:48 +08:00
include Implement wasm_externref_objdel and wasm_externref_set_cleanup (#2455) 2023-08-14 16:45:30 +08:00
interpreter Fix opcode overwrite issue in fast interp (#2476) 2023-08-17 19:49:35 +08:00
libraries Add mutex stress test (#2472) 2023-08-30 19:01:44 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00