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
Describe the bug
I'm trying to use Workers with wallet-core lib and get this type of error:
Failed to execute 'fetch' on 'WorkerGlobalScope': Failed to parse URL from /node_modules/@trustwallet/wallet-core/dist/lib/wallet-core.wasm
Hi @ArturLevchuk, could you please clarify if it can't load wallet-core.wasm in a Worker only? Does it work in a main thread (just like without workers)?
Hi @ArturLevchuk, could you please clarify if it can't load wallet-core.wasm in a Worker only? Does it work in a main thread (just like without workers)?
In the main thread it works good. But in Worker it doesn't
Describe the bug
I'm trying to use Workers with wallet-core lib and get this type of error:
Failed to execute 'fetch' on 'WorkerGlobalScope': Failed to parse URL from /node_modules/@trustwallet/wallet-core/dist/lib/wallet-core.wasm
To Reproduce
Steps to reproduce the behavior:
Screenshots
Additional context
I'm using these plugins:
The text was updated successfully, but these errors were encountered: