krwa
Toggle table of contents
0.3.0-rc.9
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
WasmJsExecution
/
Companion
Companion
wasmJs
object
Companion
Members
Functions
instantiate
Link copied to clipboard
wasmJs
fun
instantiate
(
module
:
WasmModule
)
:
WasmJsExecution
fun
instantiate
(
module
:
WasmModule
,
imports
:
ImportValues
)
:
WasmJsExecution
fun
instantiate
(
module
:
WasmModule
,
nativeImports
:
NativeWasmImports
)
:
WasmJsExecution
fun
instantiate
(
module
:
WasmModule
,
nativeImports
:
NativeWasmImports
,
extraImports
:
ImportValues
)
:
WasmJsExecution