SDK JS
    Preparing search index...

    Interface LercDecoderOptions

    Construction options for LercDecoder.

    interface LercDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    Override how the decoder's wasm module is located/loaded. Omit in a bundler (the sibling .wasm is fetched automatically); pass wasmBytes or wasmUrl in Node/Bun or for a cross-origin CDN load. See WasmHostInit; the full resolution precedence is documented on core's BitruviusConfig.