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. |
||
---|---|---|
.. | ||
aot | ||
common | ||
compilation | ||
doc | ||
fast-jit | ||
include | ||
interpreter | ||
libraries | ||
README.md |