Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ ValidateThenVisit
Class
ValidateThenVisit
crates/parser/src/visit.rs:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
}
54
struct ValidateThenVisit<
'a, R: WasmModuleResources>(&'
a mut FunctionBuilder<R>);
55
56
fn operand_size(ty: wasmparser::ValType) -> OperandSize {
57
match ty {
Callers
1
process_operators_and_validate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected