Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:22
· 13 commits to main since this release
f8d84aa

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.