How to compile google/quiche to WASM for use in the browser? #24692
guest271314
started this conversation in
General
Replies: 2 comments 1 reply
-
I imagine the first step would be to add support for the Direct Sockets API to emscripten JS socket code (see src/lib/libsockfs.js). However, as far as I can tell from googling the Direct Sockets is currently limited to isolated web apps and only available under chrome, is that right? Is that enough for you use case? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is an open issue for adding direct socket support here: #16737 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking in to compiling google/quiche to WASM for use in the browser as a WebTransport server using Direct Sockets
UDPSocket
.I asked over there and it appears nobody has yet compiled quiche to WASM.
Howe would I go about achieving the requirement of compiling quiche to WASM using Emscripten?
Beta Was this translation helpful? Give feedback.
All reactions