cxx-frontend
    Preparing search index...

    Interface LoadCxxOptions

    interface LoadCxxOptions {
        signal?: AbortSignal;
        wasm?: WasmSource;
        wasmURL?: string | URL;
    }
    Index
    signal?: AbortSignal

    Abort the underlying fetch when wasmURL is used.

    wasm?: WasmSource

    Raw wasm bytes or a precompiled module.

    wasmURL?: string | URL

    Fetch the wasm binary from this URL instead of passing bytes directly.