wasmtime_environ::wasmparser

Type Alias 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 */ }