Closed
Description
Currently the azure-core
has a dependency on reqwest
, which is depended on wasm-bindgen
. This package can only be used to compile to wasm32-unknown-unknown
target, used in browser.
However, this prevent the crate to be compatible to wasm32-wasi
target.
Could we make the dependency on reqwest
an optional feature?
Metadata
Metadata
Assignees
Labels
No labels