wasm-micro-runtime/core/iwasm
TianlongLiang a5753ea920
interp debugger: Fix setting invalid value to step_count (#3583)
The `exec_env->current_status->step_count` should be set same as the handling
when WASM_ENABLE_LABELS_AS_VALUES is not 0.

Fixes issue https://github.com/bytecodealliance/wasm-micro-runtime/issues/3475.
2024-07-02 11:03:49 +08:00
..
aot aot loader: Check import global value type before using (#3571) 2024-06-26 11:19:05 +08:00
common Use 64-bit wasm_runtime_enlarge_memory() increment (#3573) 2024-06-27 14:34:43 +08:00
compilation aot compiler: Propagate const-ness by ourselves (#3567) 2024-06-25 10:57:49 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Add table type API support (#3515) 2024-06-19 14:50:46 +08:00
include Use 64-bit wasm_runtime_enlarge_memory() increment (#3573) 2024-06-27 14:34:43 +08:00
interpreter interp debugger: Fix setting invalid value to step_count (#3583) 2024-07-02 11:03:49 +08:00
libraries wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582) 2024-07-02 09:39:46 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00