Skip to content

Commit

Permalink
docs(roadmap): update to reflect ongoing wasm browser work
Browse files Browse the repository at this point in the history
Update ROADMAP to reflect in-progress works

Pull-Request: #4315.
  • Loading branch information
DougAnderson444 authored Aug 12, 2023
1 parent 8e00d12 commit 01e7353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Though (a) I think we should prioritize improving existing functionality over ne

| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|--------------|--------|-------------------|--------------------------------------------|-------------------------------------------------------------------------------------------|------------|
| Connectivity | todo | | https://github.com/libp2p/specs/issues/475 | [Improved WASM support](#improved-wasm-support), https://github.com/libp2p/specs/pull/497 | |
| Connectivity | In progress | | https://github.com/libp2p/specs/issues/475 | [Improved WASM support](#improved-wasm-support), https://github.com/libp2p/specs/pull/497 | https://github.com/libp2p/rust-libp2p/pull/4248 |

Use the browser's WebRTC stack to support [`/webrtc`](https://github.com/libp2p/specs/blob/master/webrtc/webrtc.md) and [`/webrtc-direct`](https://github.com/libp2p/specs/blob/master/webrtc/webrtc-direct.md) from within the browser using rust-libp2p compiled to WASM.
This makes rust-libp2p a truly end-to-end solution, enabling users to use rust-libp2p on both the client (browser) and server side.
Expand Down

0 comments on commit 01e7353

Please sign in to comment.