Function functype
Get the wasm_functype_t
of a D function that satisfies isCallableAsFunction
.
wasm_functype_t* functype(Func)
(
Func _
)
if (isCallableAsFunction!Func);
Get the wasm_functype_t
of a D function that satisfies isCallableAsFunction
.
wasm_functype_t* functype(Func)
(
Func _
)
if (isCallableAsFunction!Func);