mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-12 04:31:14 +00:00
![]() Enable emitting custom name section to aot file when adding `--enable-dump-call-stack` or `--enable-dump-call-stack` to wamrc and there is custom name section in wasm file, which can be generated by wasi-sdk/emcc "-g" option. So aot runtime can also get the function name from the custom name section instead of export section, to which developer should use `--export-all` for wasi-sdk/emcc to generate export function names. |
||
---|---|---|
.. | ||
aot_reloc_aarch64.c | ||
aot_reloc_arc.c | ||
aot_reloc_arm.c | ||
aot_reloc_mips.c | ||
aot_reloc_riscv.c | ||
aot_reloc_thumb.c | ||
aot_reloc_x86_32.c | ||
aot_reloc_x86_64.c | ||
aot_reloc_xtensa.c |