HostFunction
A HostFunction is an ExternalFunction that has been defined by the host.
Constructors
Link copied to clipboard
constructor(moduleName: String, symbolName: String, paramTypes: List<*>, returnTypes: List<*>, handle: WasmFunctionHandle?)
constructor(moduleName: String, symbolName: String, type: FunctionType, handle: WasmFunctionHandle?)