hedera-sdk-rust
hedera-sdk-rust copied to clipboard
WASM support
Description:
This PR adds WASM support to the SDK using tonic-web-wasm-client and wasm-bidgen. Enable with new feature flag wasm.
Related issue(s):
- https://github.com/hiero-ledger/hiero-sdk-rust/issues/882
Fixes #
Notes for reviewer:
Checklist
- [x] Documented (Code comments, README, etc.)
- [ ] Tested (unit, integration, etc.)