gespenst API - v0.1.0
    Preparing search index...

    Interface WasmerBrowserSupport

    Result of checking whether the current browser can run Wasmer WASIX processes.

    interface WasmerBrowserSupport {
        crossOriginIsolated: boolean;
        missing: readonly WasmerBrowserFeature[];
        secureContext: boolean;
        supported: boolean;
    }
    Index
    crossOriginIsolated: boolean

    Whether COOP and COEP have made the current page cross-origin isolated.

    missing: readonly WasmerBrowserFeature[]

    Required features that are unavailable.

    secureContext: boolean

    Whether the current page is a secure browser context.

    supported: boolean

    Whether every required browser feature is available.