ImportFunction
Constructors
Link copied to clipboard
constructor(module: String, name: String, type: FunctionType, handle: WasmFunctionHandle?, sourceInstance: Instance?)
constructor(module: String, name: String, paramTypes: List<*>, returnTypes: List<*>, handle: WasmFunctionHandle?)