Expand description
See tinywasm for documentation.
Structs§
- Module
- A
TinyWasmWebAssembly Module - Parser
- A WebAssembly parser
- Parser
Options - Parser optimization and lowering options.
Enums§
- Parse
Error - Errors that can occur when parsing a WebAssembly module
Functions§
- parse_
bytes - Parse a module from bytes
- parse_
file - Parse a module from a file. Requires the
stdfeature. - parse_
stream - Parse a module from a stream. Requires
parserandstdfeatures.