Type Definition wasmer_types::compilation::function::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.