Type Definition wasmtime_environ::wasmparser::NameSectionReader
source · pub type NameSectionReader<'a> = Subsections<'a, Name<'a>>;Expand description
A reader for the name custom section of a WebAssembly module.
pub type NameSectionReader<'a> = Subsections<'a, Name<'a>>;A reader for the name custom section of a WebAssembly module.