krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
WasmFunctionHandle
Wasm
Function
Handle
fun
interface
WasmFunctionHandle
Represents a function that can be called from Wasm.
Members
Members & Extensions
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
instance
:
Instance
,
args
:
LongArray
)
:
LongArray
?
apply
Link copied to clipboard
fun
WasmFunctionHandle
.
apply
(
instance
:
Instance
,
vararg
args
:
Long
)
:
LongArray
?