-
Notifications
You must be signed in to change notification settings - Fork 47
v1.7 no longer compiles for wasm32
#72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It seems that for |
I'm honestly shocked that this compiles on |
It's been compiling for a while on EDIT: I did the thing #73 |
Hi, it seems even after #75 merged projects using this crate are still having issues, they are failing to compile the crate with this error :
The only way I managed to reproduce this locally by changing changing the Cargo.toml from
to
Looking at the cargo book it seems like the compilation error should have popped up in the CI. I don't exactly know how but it looks like cargo used the Naive quick fix would be to |
Oh, missed that. I yanked 1.7.1 for now. We should use 2021 edition or v2 resolver or cargo-hack to detect such a issue. |
Fixed in #77 |
How to reproduce:
cargo build --target=wasm32-unknown-unknown
This leads to:
Version 1.6 was compiling for wasm32-unknown-unknown just fine.
The text was updated successfully, but these errors were encountered: