-
Notifications
You must be signed in to change notification settings - Fork 40
Wasm build fails #47
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
Comments
It looks like this PR was merged a couple days after the latest release of this library. It shouldn't be too much additional work to get this compiling on wasm32, correct? |
So, the relevant bug was avoided in 7055f4f (Dec 2020) which simply deletes the offending symbols from secp-zkp-sys, preferring instead to import them from secp-sys. So when rust-bitcoin/rust-secp256k1#419 (March 2021) was merged that fix should've propagated to here. So I think we could've re-enabled WASM CI tests a long time ago. I will backport rust-bitcoin/rust-secp256k1#422 to bring in some other CI improvements. |
BTW the main fix in #422 (using |
I see, thank you for the explanation! |
See: rust-bitcoin/rust-secp256k1#419 for more context
The text was updated successfully, but these errors were encountered: