wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi ab97d543e0
wasm_cluster_destroy_spawned_exec_env: Avoid "invalid exec env" trap (#3068)
Possible alternatives:

* Make wasm_cluster_destroy_spawned_exec_env take two exec_env.
  One for wasm execution and another to specify the target to destroy.

* Make execute functions to switch exec_env as briefly discussed in
  https://github.com/bytecodealliance/wasm-micro-runtime/pull/2047
2024-01-23 15:20:01 +08:00
..
aot aot_reloc_x86_64.c: Suggest to try --size-level=0 as well (#3067) 2024-01-23 13:00:19 +08:00
common Check arguments before calling bh_hash_map_find (#3055) 2024-01-19 19:29:21 +08:00
compilation Fix aot large model (--size-level=0) with LLVM 18 (#3057) 2024-01-19 19:43:41 +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 Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00
include wasm_runtime_begin_blocking_op: A comment about usage expectation (#3056) 2024-01-19 18:31:21 +08:00
interpreter fast-interp: Fix dynamic offset error issue in else branch (#3058) 2024-01-19 19:58:12 +08:00
libraries wasm_cluster_destroy_spawned_exec_env: Avoid "invalid exec env" trap (#3068) 2024-01-23 15:20:01 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00