Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
134
pub struct Parser {
135
options: ParserOptions,
136
}
137
138
impl Parser {
139
/// Create a new parser instance
Callers
1
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected