Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.assembly
/
instantiateAsync
instantiate
Async
external
fun
instantiateAsync
(
bytes
:
BufferSource
,
importObject
:
Imports
=
definedExternally
)
:
Promise
<
WebAssemblyInstantiatedSource
>
(
source
)
external
fun
instantiateAsync
(
moduleObject
:
Module
,
importObject
:
Imports
=
definedExternally
)
:
Promise
<
Instance
>
(
source
)