mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-30 19:21:19 +00:00
This PR implements `Transport` for WebRTC for browsers by using web-sys. Only the `webrtc-direct` spec is implemented. The `webrtc` spec for connecting two browsers with each other is left to a future PR. Related: https://github.com/libp2p/specs/issues/475. Related #2617. Supersedes: #4229. Pull-Request: #4248. Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
7 lines
119 B
Markdown
7 lines
119 B
Markdown
## 0.1.0 - unreleased
|
|
|
|
- Initial release.
|
|
See [PR 4248].
|
|
|
|
[PR 4248]: https://github.com/libp2p/rust-libp2p/pull/4248
|