(val C.wasmtime_func_t)
| 321 | } |
| 322 | |
| 323 | func mkFunc(val C.wasmtime_func_t) *Func { |
| 324 | return &Func{val} |
| 325 | } |
| 326 | |
| 327 | // Type returns the type of this func |
| 328 | func (f *Func) Type(store Storelike) *FuncType { |
no outgoing calls
no test coverage detected
searching dependent graphs…