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?)

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