Type Definition wasmer_compiler::CustomSections
source · [−]pub type CustomSections = PrimaryMap<SectionIndex, CustomSection>;
Expand description
The custom sections for a Compilation.
pub type CustomSections = PrimaryMap<SectionIndex, CustomSection>;
The custom sections for a Compilation.