Skip to content

Commit

Permalink
feat(webrtc): add WebRTC for WASM environments
Browse files Browse the repository at this point in the history
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: libp2p/specs#475.
Related #2617.
Supersedes: #4229.

Pull-Request: #4248.

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
  • Loading branch information
DougAnderson444 and thomaseizinger committed Sep 17, 2023
1 parent 508cad1 commit f5e644d
Show file tree
Hide file tree
Showing 49 changed files with 2,190 additions and 410 deletions.
216 changes: 203 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f5e644d

Please sign in to comment.