wasm-micro-runtime/core/iwasm
Wenyong Huang b008ab4fba
Fix possible dead lock in wasm_cluster_spawn_exec_env (#2882)
Fix a deadlock issue like:

wasm_runtime_spawn_exec_env
wasm_cluster_spawn_exec_env (hold cluster->lock)
wasm_runtime_instantiate_internal
wasm_instantiate
execute_post_instantiate_functions
wasm_exec_env_set_module_inst (grab the lock again)

Refer to #2879.
2023-12-08 17:28:57 +08:00
..
aot Enable spectest on riscv64 (#2843) 2023-12-04 14:22:47 +08:00
common Fix float argument handling for riscv32 ilp32d (#2871) 2023-12-06 11:30:07 +08:00
compilation Fix compilation warnings on Windows (#2868) 2023-12-06 16:12:33 +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 fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Update version number to 1.3.0 and update release notes (#2821) 2023-12-06 16:27:21 +08:00
interpreter Fix block with type issue in fast interp (#2866) 2023-12-05 17:09:05 +08:00
libraries Fix possible dead lock in wasm_cluster_spawn_exec_env (#2882) 2023-12-08 17:28:57 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00