Skip to content

feat: allow using http-client feature in wasm32-unknown-unknown target#1485

Open
jstuczyn wants to merge 2 commits intocometbft:mainfrom
jstuczyn:jstuczyn/wasm-client-support
Open

feat: allow using http-client feature in wasm32-unknown-unknown target#1485
jstuczyn wants to merge 2 commits intocometbft:mainfrom
jstuczyn:jstuczyn/wasm-client-support

Conversation

@jstuczyn
Copy link
Copy Markdown
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