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.
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.wasmbytes explicitly aswasmBinaryso the module never has to locate/fetch the binary itself.