#networking #bevy #gamedev

aeronet_wt_wasm

WASM WebTransport transport implementation for aeronet

1 unstable release

0.1.2 Oct 7, 2023

#1017 in #bevy

MIT/Apache

41KB
376 lines

aeronet_wt_wasm

crates.io docs.rs

NOTE: THIS IS WORK IN PROGRESS! This literally does not work yet!

A WebTransport transport implementation of aeronet, which uses the QUIC protocol under the hood to provide reliable streams and unreliable datagrams.

This transport can be used in a WASM app to provide a client transport using the browser's WebTransport APIs.

Dependencies

~8–19MB
~262K SLoC