Expand description
Network transports (wasm, local server, remote server).
These share the Transport contract with the fixture so they are
interchangeable behind the session bridge. Each connects its runtime through
realize/EvalFabric (HTTP bootstrap plus a WebSocket live channel for the
server transports, the in-process fabric for wasm). Disconnected transports
fail closed, so the session degrades to a visible state rather than a crash.
Structsยง
- Remote
Transport - A network-backed transport that connects a runtime over
realize.