Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions site/source/docs/porting/networking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ Direct UDP communication is not available in browsers, but as a close
alternative, the WebRTC specification provides a mechanism to perform UDP-like
communication with WebRTC Data Channels. Currently Emscripten does not provide a
C/C++ API for interacting with WebRTC.

WebTransport and QUIC
=====================

WebTransport may be used to send UDP like datagrams over QUIC.
Currently Emscripten does not provide a C/C++ API for interacting with WebTransport.