Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM incompatibilities (crw-wallet) #5

Closed
leobragaz opened this issue Mar 24, 2021 · 1 comment · Fixed by #11
Closed

WASM incompatibilities (crw-wallet) #5

leobragaz opened this issue Mar 24, 2021 · 1 comment · Fixed by #11
Assignees
Labels
wasm All that is related to Web Assembly

Comments

@leobragaz
Copy link
Collaborator

leobragaz commented Mar 24, 2021

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.

@leobragaz leobragaz added the wasm All that is related to Web Assembly label Mar 24, 2021
@leobragaz
Copy link
Collaborator Author

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasm All that is related to Web Assembly
Projects
None yet
1 participant