Mavryk_webassembly_interpreter.Func
type 'inst t = 'inst func
and 'inst func =
| AstFunc of Types.func_type * 'inst * Ast.func
| HostFunc of Types.func_type * string
val alloc : Types.func_type -> 'inst -> Ast.func -> 'inst func
val alloc_host : global_name:string -> Types.func_type -> 'inst func
val type_of : 'inst func -> Types.func_type