xwt icon indicating copy to clipboard operation
xwt copied to clipboard

A unified WebTransport API that you can use for browser/native cross platform apps. Originally to power the networking layer of the games made with the bevy engine - but can be applied elsewhere too.

Results 5 xwt issues
Sort by recently updated
recently updated
newest added

- [ ] API for catching reset / finish at the receiving end - Is it even possible to implement a `finish` waiting API with `wtransport` / `quinn`? Other than...

Blocked by: https://github.com/rustwasm/wasm-bindgen/pull/3919 --- This is a replacement for the `web-sys` crate (and https://github.com/MOZGIII/xwt/pull/117), hard-written instead of being code-generated to overcome the current shortcomings of the `wasm_bindgen_webidl` codegen and its...

Hi, Thanks for making this library! I've been using `xwt` while developing a small WASM/native app and it's saved me a lot of time. I see that there has been...

- https://github.com/taiki-e/cargo-hack - https://github.com/frewsxcv/cargo-all-features

Hey, When doing my exploration into #132 - I found that I would indeed benefit from an API akin to [bevy_matchbox](https://github.com/johanhelsing/matchbox/tree/main/bevy_matchbox) I want to start building `bevy_xwt`, at a high...