wasm-micro-runtime/doc
liang.he 9121db5671
Fix a bug when emit the custom name section to aot file (#2987)
The content in custom name section is changed after loaded since the strings
are adjusted with '\0' appended, the emitted AOT file then cannot be loaded.
The PR disables changing the content for AOT compiler to resolve it.

And disable emitting custom name section for `wamrc --enable-dump-call-stack`,
instead, use `wamrc --emit-custom-sections=name` to emit it.
2024-01-11 13:14:54 +08:00
..
pics
build_wamr.md Fix a bug when emit the custom name section to aot file (#2987) 2024-01-11 13:14:54 +08:00
build_wasm_app.md doc/build_wasm_app.md: Add a note about aot abi compatibility (#2993) 2024-01-10 12:10:40 +08:00
devcontainer.md
embed_wamr_spawn_api.md
embed_wamr.md
export_native_api.md
linux_sgx.md
memory_tune.md
memory_usage.md
multi_module.md
other_wasm_compilers.md
perf_tune.md
port_wamr.md
pthread_impls.md
pthread_library.md
ref_types.md
release_ack.md
roadmap.md
semantic_version.md
socket_api.md
source_debugging_aot.md doc: Separate source_debugging.md into two files (#2932) 2023-12-27 15:51:51 +08:00
source_debugging_interpreter.md doc: Separate source_debugging.md into two files (#2932) 2023-12-27 15:51:51 +08:00
source_debugging.md doc: Separate source_debugging.md into two files (#2932) 2023-12-27 15:51:51 +08:00
wamr_api.md
wasm_c_api.md
xip.md