Searched defs:wasmFuncType (Results 1 – 1 of 1) sorted by relevance
58 type wasmFuncType struct { struct59 Params []byte60 Results []byte299 func lookupType(sig *wasmFuncType, types *[]*wasmFuncType) uint32 {332 func writeTypeSec(ctxt *ld.Link, types []*wasmFuncType) {