Ducklings API Documentation
    Preparing search index...

    Interface DuckDBBundle

    Bundle URLs for loading from CDN

    interface DuckDBBundle {
        mainModule: string;
        mainWorker: string;
        wasmJs: string;
        wasmModule: string;
    }
    Index

    Properties

    mainModule: string

    URL to the main library entry point

    mainWorker: string

    URL to the worker script

    wasmJs: string

    URL to the Emscripten JS glue

    wasmModule: string

    URL to the WASM binary