Type alias InitOptions

InitOptions: {
    webAssemblyModule?: WebAssemblyModule;
}

Available options for init().

Type declaration

  • Optional 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.