MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / Parser

Class Parser

crates/parser/src/lib.rs:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132/// A WebAssembly parser
133#[derive(Debug, Default)]
134pub struct Parser {
135 options: ParserOptions,
136}
137
138impl Parser {
139 /// Create a new parser instance

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected