mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-01-17 06:46:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| pics | ||
| build_wamr.md | ||
| build_wasm_app.md | ||
| 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 | ||
| source_debugging_interpreter.md | ||
| source_debugging.md | ||
| wamr_api.md | ||
| wasm_c_api.md | ||
| xip.md | ||