Closed Septias closed 3 years ago
I don't think it's something that can be fixed here. Apparently there is a very longstanding issue in hyper asking for the same thing. And after checking feature flags in hyper and hyper-rusttls I can confirm that there is no flag to toggle on WASM support or toggle off the usage of socket-rs.
As there is nothing that can be done here I am closing the issue, please feel free to keep posting comments if something new comes up or if the situation changes.
Yeah, that's pretty much what I thought would be the case. Thanks for your effort, I will come back here when I find a solution :)
This is just a quick question, whether it would be possible to make
google-firestore1_beta1
compile for the wasm-target. At the moment it doesn't work because it depends onSocket.rs
which is not implemented for wasm. Is it possible in a reasonable amount of time to make it work?