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
Once these stabilize, it shouldn't be too hard to wrap them up in naia types to use as the transport layer, behind a .. transport_webtransport feature flag?
The text was updated successfully, but these errors were encountered:
Hey there. Letting you know about the state of webtransport.
The webtransport feature has since been merged into h3, however the maintainers of the crate have not yet published it to crates.io and seem slightly reluctant to add new breaking things.
If you find that webtransport is still a good candidate for naia feel free to make use of it and suggest any changes or PRs you need to make full use of webtransport. We are happy to help
So awesome! Thank you for the heads up @ten3roberts ! Yes, knowing about the fork really helps out there! I am sure I will get some progress on this within the next month or so :) Great work!
It's finally here ... I've been waiting for this for 4 years now. 🎉
Some real heroes doing God's work here:
wasm-bindgen implementation - rustwasm/wasm-bindgen#3344
native Rust implementation - hyperium/h3#183
Once these stabilize, it shouldn't be too hard to wrap them up in
naia
types to use as the transport layer, behind a ..transport_webtransport
feature flag?The text was updated successfully, but these errors were encountered: