wasmtime_environ::wasmparser

Type Alias NameSectionReader

source
pub type NameSectionReader<'a> = Subsections<'a, Name<'a>>;
Expand description

A reader for the name custom section of a WebAssembly module.

Aliased Typeยง

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