-
Notifications
You must be signed in to change notification settings - Fork 995
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
wasm-ext: WebTransport #3825
Comments
Unfortunately I am blocked doing any implementation until the Will do so if the ver bump takes too long though... |
Would love to see The linked PR is not a breaking change, meaning you should be able to (temporarily) use That at least allows us to see a passing CI apart from the |
We can't make that decision for our users. If they have Users then need to depend in it separately and we can document that they need to set this special |
Figured out I was putting the patch in the local crate level when it needed to be at the workspace level. Things are building now :) |
Neat! Feel free to open a draft PR. |
Somewhat related, I got a PoC of this working in go-libp2p libp2p/go-libp2p#2191 this was way easier than I expected and took half a day (the stream api maps fairly well maps to go's |
This PR implements `Transport` for WebTransport for browsers by using web-sys. Related: #3846. Resolves: #3825. Pull-Request: #4015. Co-Authored-By: Yiannis Marangos <[email protected]> Co-Authored-By: Maciej Zwoliński <[email protected]> Co-Authored-By: Yiannis Marangos <[email protected]>
Description
Add WebTransport support for wasm targets. Similar to the discussion in #3611, this should be done with the
web-sys
crate.Requirements
web-sys
published (Bump versions rustwasm/wasm-bindgen#3400), the bindings were added a while ago in Add WebTransport webidl to unstable rustwasm/wasm-bindgen#3344 but haven't been published yet.libp2p-websys-webtransport
?) and implementation.Open questions
Are you planning to do it yourself in a pull request?
Yes
The text was updated successfully, but these errors were encountered: