reqwest
reqwest copied to clipboard
Response::chunk not found for target wasm32-unknown-unknown
Running cargo build with --target wasm32-unknown-unknown will generate E0433, E0599 for Response::chunk.
I am using version 0.11.11 with the stream feature.
I would be happy to have a more descriptive error explaining why the method was not found for this particular target or some pointers so I can investigate it.