pub fn get_func_type(func: &Func, store: &impl AsContext) -> FuncType
Returns a FuncType for the given func and store.
FuncType
func
store
Panics if func doesn’t belong to store.