Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

check wasm with default features #1557

Closed demoray closed 9 months ago

demoray commented 9 months ago

As indicated in #1554, we're not catching changes that impact real-world WASM use in CICD.

Originally, our WASM implementation was a best-effort path as reqwest (our first-class supported HTTP backend) did not support WASM. Now that reqwest supports WASM, we should update our CICD to validate WASM with the default features.