ImportFunction

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun module(): String
Link copied to clipboard
open override fun name(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun type(): ImportValue.Type