You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
transport-websocket-emscripten feature flag with EmscriptenWebSocketTransport — a Transport implementation using raw FFI to Emscripten's <emscripten/websocket.h> C API for wasm32-unknown-emscripten targets. Automatically enables the polling-client feature.
polling-client feature flag with SignalFishPollingClient — a synchronous, polling-based client for environments without an async runtime (e.g., game loops, single-threaded WASM).
tokio-runtime feature flag for explicit opt-in to the Tokio runtime (tokio/rt, tokio/time), automatically enabled by transport-websocket.