ImportFunction
constructor(module: String, name: String, type: FunctionType, handle: WasmFunctionHandle?, sourceInstance: Instance?)
constructor(module: String, name: String, paramTypes: List<*>, returnTypes: List<*>, handle: WasmFunctionHandle?)
Deprecated
Use ImportFunction(String, String, FunctionType, WasmFunctionHandle).