DuckDB-WASM
    Preparing search index...

    Interface PlatformFeatures

    interface PlatformFeatures {
        bigInt64Array: boolean;
        crossOriginIsolated: boolean;
        wasmBulkMemory: boolean;
        wasmExceptions: boolean;
        wasmSIMD: boolean;
        wasmThreads: boolean;
    }
    Index

    Properties

    bigInt64Array: boolean
    crossOriginIsolated: boolean
    wasmBulkMemory: boolean
    wasmExceptions: boolean
    wasmSIMD: boolean
    wasmThreads: boolean