Skip to content

Commit

Permalink
feat(interop/rust-chromium): add rust-libp2p chromium WASM WebTranspo…
Browse files Browse the repository at this point in the history
…rt test

Introduced in rust-libp2p with libp2p/rust-libp2p#4015.
  • Loading branch information
mxinden committed Jul 3, 2023
1 parent 4fd3b08 commit 505a552
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions multidim-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export const versions: Array<Version> = [
secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"],
},
{
id: "rust-chromium-v0.52",
transports: [{ name: "webtransport", onlyDial: true }],
secureChannels: [],
muxers: [],
},
{
id: "js-v0.41",
transports: ["tcp", "ws"],
Expand Down

0 comments on commit 505a552

Please sign in to comment.