Skip to content

v0.2.3

Choose a tag to compare

@ouziel-slama ouziel-slama released this 28 Dec 21:05
· 8 commits to main since this release
f5b8ba0

[0.2.3] - 2025-12-28

Fixed

TypeScript SDK

  • 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