WasmFuncRef.fromRef constructor Null safety
- WasmAnyRef ref
Downcast anyref
to funcref
.
Will throw if the reference is not a funcref
.
Implementation
external factory WasmFuncRef.fromRef(WasmAnyRef ref);
Downcast anyref
to funcref
.
Will throw if the reference is not a funcref
.
external factory WasmFuncRef.fromRef(WasmAnyRef ref);