cranelift_wasm::wasmparser

Type Alias DataSectionReader

Source
pub type DataSectionReader<'a> = SectionLimited<'a, Data<'a>>;
Expand description

A reader for the data section of a WebAssembly module.

Aliased Typeยง

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