Skip to main content

ELF_WASMTIME_FRAMES

Constant ELF_WASMTIME_FRAMES 

Source
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 crate::compile::FrameTableBuilder data structure. Its code offsets are relative to the start of the text segment.