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
feat: export wasm background files for direct import
Add ./dist/browser/js/wasm/wasm_utxo_bg.js and wasm_utxo_bg.wasm
to the exports field to allow webpack shims to import internal wasm
modules directly. This resolves "Package path is not exported" errors
when consuming this package in Next.js applications.
Also adds node variants for consistency.
Ticket: BTC-0
0 commit comments