Skip to content

Conversation

@jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Jan 13, 2025

This PR allows using the http-client and thus the Client under wasm32-unknown-unknown target. Previously this wasn't possible due to rt-multi-thread tokio feature being pulled (that is not supported on that target) and the async_trait enforcing the Send bound.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Added entry in .changelog/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant