SDK JS
    Preparing search index...

    Interface LepccDecoderOptions

    Construction options for LepccDecoder.

    interface LepccDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    Optional wasm source override; see WasmHostInit. Omit in a normal bundled browser app (the sibling .wasm is auto-resolved); set it in a Web Worker or Node/Bun, or to point at a CDN copy.