Taos API Reference
    Preparing search index...

    Function getTinyUsd

    • Resolves the initialized TinyUSDZ WASM module, fetching and compiling it on first call and memoizing thereafter. The Emscripten glue (tinyusdz.js) is a real ES module exporting a MODULARIZE factory; we import it via its Vite URL (keeps it out of the main bundle) and hand it the .wasm bytes explicitly as wasmBinary so the module never has to locate/fetch the binary itself.

      Returns Promise<TinyUsdModule>