SDK JS
    Preparing search index...

    Interface RiptDecoderOptions

    Construction options for RiptDecoder.

    interface RiptDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    Overrides for locating/initializing the RIPT decoder wasm. The wasm asset precedence (explicit wasmBytes/wasmUrl → configured wasmBaseUrl → build default) is documented once on @bitruvius/foundation's wasm precedence. Omit to use the build-resolved sibling .wasm; in Node/Bun (no sibling fetch) pass wasmBytes or wasmUrl. See WasmHostInit.