Skip to content

make the sdk wasm32-wasi compatible #735

Closed
@Mossaka

Description

@Mossaka

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions