Worker using reqwest fails to compile because of mio
When I try to build and run my worker with
npx wrangler dev
, i get a lot of compilation errors about non-existing types and methods used in mio
crate. From cargo tree --target=wasm32-unknown-unknown
, I see that this is only used by tokio. Code attached.1 Reply
Turns out the problem is in other crate:
twilio