pub const ELF_WASMTIME_DWARF: &str = ".wasmtime.dwarf";
Expand description
This is the name of the section in the final ELF image that contains the concatenation of all the native DWARF information found in the original wasm files.
This concatenation is not intended to be read by external tools at this time and is instead indexed directly by relative indices stored in compilation metadata.