ITADN

(feat) Full QUIC + TLS 1.3 state machine compiled to WebAssembly

#2588Closedguest271314 创建于 2026-03-29
G
guest271314commented
Related: https://github.com/quinn-rs/quinn/issues/2182 I am able to do this using Zig https://github.com/endel/quic-zig/tree/wasm-experiment/wasm. Here Firefox Nightly 151 connecting to Zig WASM WebTransport server running in Chromium Version 148.0.7754.0 (Developer Build) (64-bit) ![Image](https://github.com/user-attachments/assets/e1c18f33-dd36-4167-b0ab-49a6a676d132) > Full QUIC + TLS 1.3 state machine compiled to WebAssembly. No network I/O — the host (JavaScript) is responsible for feeding packets in and sending packets out. Now I want to do this using `quinn-proto`. I am not a Rustacean; a little build configuration to achieve the same thing using Rust and `quinn-proto` would be helpful, to avoid hours and hours trying to get some LLM to put everything together. Thanks.
关闭于 2026-03-29 3 条评论