-
Notifications
You must be signed in to change notification settings - Fork 286
Error duplicate symbol when compiling for wasm32 target #438
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
This was fixed by #421 but this hasn't made it out to a release yet (and it's been a month! how did that happen :(). I think we can release 5.1.0 of secp256k1-sys with this fix. Just need to check a couple other recently-merged PRs to see if they break any APIs. I'll try to do this today or tomorrow. |
I'm not a maintainer on this repo so can't edit your post, but for future readers you meant to write release v0.5.1, and that's been done here. |
@josediegorobles did this fix your issue? I ran into this using crates.io latest ( May be related, as I'm not running |
This fixed the issue at he moment. Later appeared another problem with wasm32 that is solved now, but I'm not using directly the library so I can't tell if it's working 0.24.0 like this. When I run it, I will tell here if there are problems or no. |
Hi,
I'm using last version of rust-bitcoin and I have several duplicate symbol errors when I try to compile for wasm32 target:
LIke that:
You can see in build phase here:
https://github.com/diba-io/bitmask-core/runs/6238804096?check_suite_focus=true
The text was updated successfully, but these errors were encountered: