Type Alias wasmparser::InitFuncMap

source ·
pub type InitFuncMap<'a> = SectionLimited<'a, InitFunc>;
Expand description

Represents a reader for init functions from the linking custom section.

Aliased Type§

struct InitFuncMap<'a> { /* private fields */ }