Skip to content

Commit 568faad

Browse files
Mention WebTransport in network porting docs (emscripten-core#26362)
1 parent 8f5375b commit 568faad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

site/source/docs/porting/networking.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ Direct UDP communication is not available in browsers, but as a close
9696
alternative, the WebRTC specification provides a mechanism to perform UDP-like
9797
communication with WebRTC Data Channels. Currently Emscripten does not provide a
9898
C/C++ API for interacting with WebRTC.
99+
100+
WebTransport and QUIC
101+
=====================
102+
103+
WebTransport may be used to send UDP like datagrams over QUIC.
104+
Currently Emscripten does not provide a C/C++ API for interacting with WebTransport.

0 commit comments

Comments
 (0)