pub struct Wast<'a> {
pub directives: Vec<WastDirective<'a>>,
}
Expand description
A parsed representation of a *.wast file.
WAST files are not officially specified but are used in the official test
suite to write official spec tests for wasm. This type represents a parsed
*.wast file which parses a list of directives in a file.
Formats the value using the given formatter.
Read more
Attempts to parse
Self from
parser, returning an error if it could
not be parsed.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.