cranelift_wasm::wasmparser

Type Alias ComponentNameSectionReader

Source
pub type ComponentNameSectionReader<'a> = Subsections<'a, ComponentName<'a>>;
Expand description

Type used to iterate and parse the contents of the component-name custom section in compnents, similar to the name section of core modules.

Aliased Typeยง

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