Module wasmer_compiler::types::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
- An archived
SectionIndex
- 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§
- An archived
CustomSectionProtection
- Custom section Protection.
- The resolver for an archived
CustomSectionProtection
Traits§
- Any struct that acts like a
CustomSection
.