You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(libp2p): arch gates *-websys export and dependencies.
This merge request architecture gates *-websys dependencies to wasm in Cargo.toml and does similar arch gating in lib.rs for rexports of *-websys targets.
Closes#5885
Pull-Request: #5891.
See [PR 5819](https://github.com/libp2p/rust-libp2p/pull/5819).
4
4
5
+
- Make the `*-websys` variants (`libp2p-webrtc-websys`, `libp2p-websocket-websys`, `libp2p-webtransport-websys`) only available on wasm32 target architecture.
6
+
See [PR 5891](https://github.com/libp2p/rust-libp2p/pull/5891).
0 commit comments