WasmFunctionHandle

fun interface WasmFunctionHandle

Represents a function that can be called from Wasm.

Functions

Link copied to clipboard
abstract fun apply(instance: Instance, args: LongArray): LongArray?
Link copied to clipboard
fun WasmFunctionHandle.apply(instance: Instance, vararg args: Long): LongArray?