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

Hyper-util doesn't build for the web #3651

Open
Mubelotix opened this issue Apr 25, 2024 · 0 comments
Open

Hyper-util doesn't build for the web #3651

Mubelotix opened this issue Apr 25, 2024 · 0 comments
Labels
C-bug Category: bug. Something is wrong. This is bad!

Comments

@Mubelotix
Copy link

Building hyper-util with the tokio feature for wasm fails

cargo build --package hyper-util --target wasm32-unknown-unknown --features tokio

This is a shame because the code that makes it fail is probably not used by the majority of users. Would it be possible to create more specific features under the tokio feature? For example, my use case only needs TokioIo which works fine.

I'm willing to do it

@Mubelotix Mubelotix added the C-bug Category: bug. Something is wrong. This is bad! label Apr 25, 2024
@Mubelotix Mubelotix changed the title Hyper-util doesn't build for wasm Hyper-util doesn't build for the web Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug. Something is wrong. This is bad!
Projects
None yet
Development

No branches or pull requests

1 participant