0.3.5-alpha.7

This commit is contained in:
2026-09-22 06:36:54 +02:00
parent 0ef5e1a233
commit 1764eb9bed
20 changed files with 1021 additions and 55 deletions

View File

@@ -0,0 +1,7 @@
// file: crates/apps/game-realtime-webtransport-browser-smoke/src/shared.rs
// version: 1
/// Binary payload sent from the real browser to the native smoke peer.
pub(crate) const BROWSER_PAYLOAD: &[u8] = b"games.sasedev-webtransport-browser-client-smoke";
/// Binary payload sent from the native smoke peer back to the real browser.
pub(crate) const SERVER_PAYLOAD: &[u8] = b"games.sasedev-webtransport-browser-server-smoke";