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
The crw-wallet package is using rust-bitcoin which
is not WASM compilable due to the fact that the secp256k1 dependency is not WASM compilable ATM.
I'm searching for some patch to fix this.
The text was updated successfully, but these errors were encountered:
[UPDATE]:
I've discovered that the incompatibility I was facing was anything related to WASM but to my Mac! (Source).
After discovering it I asked @RiccardoM to try compile the crw-wallet package to WASM and it builded successfully.
Obviously there's still the incompatibility with GRPC described in #4 but after it we should have a working WASM wallet.
The
crw-wallet
package is using rust-bitcoin whichis not WASM compilable due to the fact that the
secp256k1
dependency is not WASM compilable ATM.I'm searching for some patch to fix this.
The text was updated successfully, but these errors were encountered: