HostFunction
constructor(moduleName: String, symbolName: String, type: FunctionType, handle: WasmFunctionHandle?)
constructor(moduleName: String, symbolName: String, paramTypes: List<*>, returnTypes: List<*>, handle: WasmFunctionHandle?)
Deprecated
Use HostFunction(String, String, FunctionType, WasmFunctionHandle).