Cerbos JavaScript SDK
Cerbos
GitHub
Preparing search index...
@cerbos/embedded-client
WasmInstantiate
Type alias WasmInstantiate
WasmInstantiate
:
(
imports
:
WebAssembly.Imports
,
)
=>
Awaitable
<
WebAssembly.Instance
|
WebAssembly.WebAssemblyInstantiatedSource
,
>
A function that instantiates a WebAssembly module.
Type Declaration
(
imports
:
WebAssembly.Imports
,
)
:
Awaitable
<
WebAssembly.Instance
|
WebAssembly.WebAssemblyInstantiatedSource
,
>
Parameters
imports
:
WebAssembly.Imports
Returns
Awaitable
<
WebAssembly.Instance
|
WebAssembly.WebAssemblyInstantiatedSource
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Cerbos
GitHub
Cerbos JavaScript SDK
Loading...
A function that instantiates a WebAssembly module.