Skip to content

Releases: KomodoPlatform/WalletConnectRust

WASM WebSocket client support

24 Aug 20:59
2ed6840
Compare
Choose a tag to compare

This release enables WebSocket client support for WebAssembly (WASM).

What's Changed

  • feat: add WebSocket client support for WASM by @borngraced in #1

Key Enhancements:

  • Dependencies have been modified to ensure support for WebSocket client in WASM.
  • Exported WebSocket stream message receiver/handler
  • Introduced a new http feature in relay_client, allowing users to enable or disable the HTTP client functionality using the reqwest crate.

New Contributors

Full Changelog: https://github.com/KomodoPlatform/WalletConnectRust/commits/k-9999