Ditto JS SDK v5.0.0
    Preparing search index...

    Type Alias InitOptions

    Available options for init().

    type InitOptions = {
        webAssemblyModule?: WebAssemblyModule;
    }
    Index

    Properties

    webAssemblyModule?: WebAssemblyModule

    You can explicitly pass the WebAssembly module or its location via the webAssemblyModule option. By default, Ditto tries to load the WebAssembly module from the same path where this JavaScript is served.