-
Notifications
You must be signed in to change notification settings - Fork 341
Please don't pull in wasm dependencies (via gloo-timers) on non-wasm platforms #865
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
@joshtriplett agreed; we should fix that. |
When I looked into this I was confused why this happens because in Cargo.toml it looks like the features are separated per target. I think it is related to rust-lang/cargo#1197 . |
Possible fix at #864 doesn't rely on target-specific features and switches to a As far as I can tell, this issue also ends up interfering with the |
See also this older duplicate issue: #823 |
fixed on master |
|
async-std with the
unstable
feature enabled pulls in various wasm-specific dependencies via thegloo-timers
dependency offutures-timer
, even on non-wasm platforms. This adds quite a few dependencies, and shows up when buildingtide
.The text was updated successfully, but these errors were encountered: