pub const ELF_WASMTIME_EXCEPTIONS: &str = ".wasmtime.exceptions";
Expand description
A custom binary-encoded section of the wasmtime compilation artifacts which encodes exception tables.
This section is used at runtime to allow the unwinder to find exception handler blocks active at particular callsites.
This section’s format is defined by the
[wasmtime_unwinder::ExceptionTableBuilder
] data structure. Its
code offsets are relative to the start of the text segment.