You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed worker URL resolution for bundlers: Worker URL now resolves via location.origin (or self.location.origin in worker contexts) before falling back to import.meta.url, ensuring correct paths when hosted applications use bundlers
Fixed WASM dynamic import for bundlers: WASM module is now loaded via runtime eval-based dynamic import to prevent bundlers (Vite, Webpack, etc.) from rewriting the import path, ensuring the WASM is fetched from the public /wasm/ directory