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§
- Archived
Custom Section - An archived
CustomSection
- Archived
Section Body - An archived
SectionBody
- Archived
Section Index - An archived
SectionIndex
- Custom
Section - A Section for a
Compilation
. - Custom
Section Resolver - The resolver for an archived
CustomSection
- Section
Body - The bytes in the section.
- Section
Body Resolver - The resolver for an archived
SectionBody
- Section
Index - Index type of a Section defined inside a WebAssembly
Compilation
. - Section
Index Resolver - The resolver for an archived
SectionIndex
Enums§
- Archived
Custom Section Protection - An archived
CustomSectionProtection
- Custom
Section Protection - Custom section Protection.
- Custom
Section Protection Resolver - The resolver for an archived
CustomSectionProtection
Traits§
- Custom
Section Like - Any struct that acts like a
CustomSection
.