hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Hyper-util doesn't build for the web

Open Mubelotix opened this issue 1 year ago • 0 comments

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 avatar Apr 25 '24 17:04 Mubelotix