v0.2.2
[0.2.2] - 2025-12-28
Fixed
TypeScript SDK
- Fixed WASM loading in Vite dev mode: Added automatic bootstrap that sets
globalThis.__ZELDMINER_WASM_BASE__to/wasm/on the application's origin, preventing 404 errors when loading WASM fromnode_modules. Both the main bundle and worker now resolve WASM paths relative to the host application instead ofimport.meta.url