toggle menu
Wasi-emscripten-host
common
switch theme
search in API
wasm-core
/
at.released.weh.wasm.core
/
WasmFunctionBinding
Wasm
Function
Binding
interface
WasmFunctionBinding
(
source
)
Abstraction over function binding
Members
Members & Extensions
Functions
execute
For
Double
Link copied to clipboard
abstract
fun
executeForDouble
(
vararg
args
:
Any
?
)
:
Double
execute
For
Float
Link copied to clipboard
abstract
fun
executeForFloat
(
vararg
args
:
Any
?
)
:
Float
execute
For
Int
Link copied to clipboard
abstract
fun
executeForInt
(
vararg
args
:
Any
?
)
:
Int
execute
For
Long
Link copied to clipboard
abstract
fun
executeForLong
(
vararg
args
:
Any
?
)
:
Long
execute
For
Ptr
Link copied to clipboard
abstract
fun
executeForPtr
(
vararg
args
:
Any
?
)
:
WasmPtr
execute
For
UInt
Link copied to clipboard
fun
WasmFunctionBinding
.
executeForUInt
(
vararg
args
:
Any
?
)
:
<Error class: unknown class>
execute
For
ULong
Link copied to clipboard
fun
WasmFunctionBinding
.
executeForULong
(
vararg
args
:
Any
?
)
:
<Error class: unknown class>
execute
Void
Link copied to clipboard
abstract
fun
executeVoid
(
vararg
args
:
Any
?
)