webtau API
    Preparing search index...

    Function configure

    • Configure webtau for web mode. Must be called before the first invoke() in a web build. In Tauri mode this is a no-op.

      import { configure } from "webtau";

      configure({
      loadWasm: () => import("./wasm"),
      });

      Parameters

      Returns void