mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-17 01:38:15 +00:00
![]() For interpreter, jit and aot, the format is like: ``` #00: 0x1330 - __main_argc_argv #01: 0x4195 - __main_void #02: 0x11dc - _start ``` For fast-jit and multi-tier jit, the format is like: ``` #00 __main_argc_argv #01 __main_void #02 _start ``` Since fast-jit hasn't supported commit ip to stack frame now. |
||
---|---|---|
.. | ||
iwasm_interp.cmake | ||
SConscript | ||
wasm_interp_classic.c | ||
wasm_interp_fast.c | ||
wasm_interp.h | ||
wasm_loader.c | ||
wasm_loader.h | ||
wasm_mini_loader.c | ||
wasm_opcode.h | ||
wasm_runtime.c | ||
wasm_runtime.h | ||
wasm.h |