This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/aot
Javan 788e14ed6c
Enable emitting custom name section to aot file (#794)
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.
2021-10-26 16:32:52 +08:00
..
arch Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
debug Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_intrinsic.c Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_intrinsic.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_loader.c Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
aot_reloc.h Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_runtime.c Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
aot_runtime.h Enable emitting custom name section to aot file (#794) 2021-10-26 16:32:52 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00