MCPcopy 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}
54struct ValidateThenVisit<'a, R: WasmModuleResources>(&'a mut FunctionBuilder<R>);
55
56fn operand_size(ty: wasmparser::ValType) -> OperandSize {
57 match ty {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected