Type Alias wasmparser::Dylink0SectionReader

source ·
pub type Dylink0SectionReader<'a> = Subsections<'a, Dylink0Subsection<'a>>;
Expand description

Parser for the dynamic linking dylink.0 custom section.

This format is currently defined upstream at https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md.

Aliased Type§

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