-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(interop): add rust-libp2p chromium WASM WebTransport #217
Conversation
…rt test Introduced in rust-libp2p with libp2p/rust-libp2p#4015.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mxinden ! Still can't believe we have tests for this now, so exciting!
Looking forward to extending support for this for WebSocket and WebRTC!
Same. //CC @zvolin. |
Note that rust-libp2p WebTransport tests are not triggered yet. Need to investigate. Maybe related to #218. |
Excited too :) they indeed look great after your reviews |
Thank you @thomaseizinger! That helped. Proposed fix in #219. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yey!
@MarcoPolo since you set-up the js-libp2p part, let me know in case you want any follow-ups. |
Introduced in rust-libp2p with libp2p/rust-libp2p#4015.