@perspective-dev/client
    Preparing search index...

    Type Alias ServerWasmSource

    ServerWasmSource:
        | Uint8Array
        | ArrayBuffer
        | Response
        | WebAssembly.Module
        | Promise<ArrayBuffer | Response | WebAssembly.Module>
        | (() => Promise<ArrayBuffer | Response | WebAssembly.Module>)

    A single Perspective engine binary, in any form init_server accepts. Thunk sources are only invoked if selected — register both bitnesses as () => fetch(...) and only the winning binary is ever downloaded.