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

Unable to use async_std::stream::interval on wasm32-unknown-unknown target #780

Open
azriel91 opened this issue May 15, 2020 · 1 comment

Comments

@azriel91
Copy link
Contributor

In [email protected], async_std::stream::interval is feature gated by the "unstable" feature. Enabling that feature brings in smol, which depends on socket2, which at this time cannot be compiled for the wasm32-unknown-unknown target (rust-lang/socket2#35).

I'm not sure that there's enough people to maintain separate features per item in async-std, so if we can't stabilize stream::interval, then this is simply an informative issue while smol's WASM support is being built (smol-rs/smol#87).

@dignifiedquire
Copy link
Member

this should be possible on master, can you recheck please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants