Skip to main content

Crate tinywasm_parser

Crate tinywasm_parser 

Source
Expand description

See tinywasm for documentation.

Structs§

Module
A TinyWasm WebAssembly Module
Parser
A WebAssembly parser
ParserOptions
Parser optimization and lowering options.

Enums§

ParseError
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 std feature.
parse_stream
Parse a module from a stream. Requires parser and std features.