pub const ELF_WASMTIME_FRAMES: &str = ".wasmtime.frames";Expand description
A custom binary-encoded section of the wasmtime compilation artifacts which encodes frame tables.
This section is used at runtime to allow debug APIs to decode Wasm VM-level state from state stack slots.
This section’s format is defined by the
[wasmtime_environ::FrameTableBuilder] data structure. Its code
offsets are relative to the start of the text segment.