ti-engine
    Preparing search index...

    Function default

    • Initialize the WASM module.

      • Web: required (fetches and instantiates the WebAssembly module)
      • Node: no-op (the Node target is loaded synchronously)

      Parameters

      • Optionalinput: any

      Returns Promise<void>

      import init from "ti-engine";
      await init();