Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-web
/
web.assembly
/
instantiate
instantiate
inline suspend
fun
instantiate
(
bytes
:
BufferSource
,
importObject
:
Imports
)
:
WebAssemblyInstantiatedSource
(
source
)
inline suspend
fun
instantiate
(
bytes
:
BufferSource
)
:
WebAssemblyInstantiatedSource
(
source
)
inline suspend
fun
instantiate
(
moduleObject
:
Module
,
importObject
:
Imports
)
:
Instance
(
source
)
inline suspend
fun
instantiate
(
moduleObject
:
Module
)
:
Instance
(
source
)