instantiate
instantiate(bytes, importObject)
instantiate(bytes
, importObject
?): Promise
<WebAssemblyInstantiatedSource
>
Parameters
Parameter | Type |
---|---|
bytes | BufferSource |
importObject ? | Imports |
Returns
Promise
<WebAssemblyInstantiatedSource
>
instantiate(bytes
, importObject
?): Promise
<WebAssemblyInstantiatedSource
>
Parameter | Type |
---|---|
bytes | BufferSource |
importObject ? | Imports |
Promise
<WebAssemblyInstantiatedSource
>