Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
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
?
)
:
UInt
execute
For
ULong
Link copied to clipboard
fun
WasmFunctionBinding
.
executeForULong
(
vararg
args
:
Any
?
)
:
ULong
execute
Void
Link copied to clipboard
abstract
fun
executeVoid
(
vararg
args
:
Any
?
)