(feat) Full QUIC + TLS 1.3 state machine compiled to WebAssembly
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)

> 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 条评论