toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmRunInterpreter
/
WasmFuncCallInt
Wasm
Func
Call
Int
class
WasmFuncCallInt
(
val
interpreter
:
WasmRunInterpreter
,
val
func
:
WasmFunc
)
:
WasmRuntime.WasmFuncCall
Members
Constructors
Wasm
Func
Call
Int
Link copied to clipboard
constructor
(
interpreter
:
WasmRunInterpreter
,
func
:
WasmFunc
)
Properties
func
Link copied to clipboard
val
func
:
WasmFunc
interpreter
Link copied to clipboard
val
interpreter
:
WasmRunInterpreter
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
runtime
:
WasmRuntime
,
args
:
Array
<
Any
?
>
)
:
Any
?