Struct wast::Wat [−][src]
pub struct Wat<'a> {
pub module: Module<'a>,
}A *.wat file parser, or a parser for one parenthesized module.
This is the top-level type which you’ll frequently parse when working with
this crate. A *.wat file is either one module s-expression or a sequence
of s-expressions that are module fields.
Fields
module: Module<'a>