Module wasmer_types::compilation::section
source · Expand description
This module define the required structures to emit custom
Sections in a Compilation
.
The functions that access a custom CustomSection
would need
to emit a custom relocation: RelocationTarget::CustomSection
, so
it can be patched later by the engine (native or JIT).
Structs
An archived
CustomSection
An archived
SectionBody
A Section for a
Compilation
.The resolver for an archived
CustomSection
The bytes in the section.
The resolver for an archived
SectionBody
Index type of a Section defined inside a WebAssembly
Compilation
.The resolver for an archived
SectionIndex
Enums
Custom section Protection.
The resolver for an archived
CustomSectionProtection