Cerbos JavaScript SDK
    Preparing search index...

    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>