SongGuess
Preparing search index...
server/worker-configuration
WebAssembly
instantiate
Function instantiate
instantiate
(
bytes
:
BufferSource
,
importObject
?:
Imports
,
options
?:
WebAssemblyCompileOptions
,
)
:
Promise
<
WebAssemblyInstantiatedSource
>
MDN Reference
Parameters
bytes
:
BufferSource
Optional
importObject
:
Imports
Optional
options
:
WebAssemblyCompileOptions
Returns
Promise
<
WebAssemblyInstantiatedSource
>
instantiate
(
moduleObject
:
WebAssembly
.
Module
,
importObject
?:
Imports
,
)
:
Promise
<
WebAssembly
.
Instance
>
MDN Reference
Parameters
moduleObject
:
WebAssembly
.
Module
Optional
importObject
:
Imports
Returns
Promise
<
WebAssembly
.
Instance
>
instantiate
(
module
:
WebAssembly
.
Module
,
imports
?:
Imports
,
)
:
Promise
<
WebAssembly
.
Instance
>
MDN Reference
Parameters
module
:
WebAssembly
.
Module
Optional
imports
:
Imports
Returns
Promise
<
WebAssembly
.
Instance
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SongGuess
Loading...
MDN Reference