//! WebAssembly platform driver for the antenna P2P mesh protocol.
//!
//! Wraps `antenna-protocol`'s `MeshNodeFSM` and bridges it to the browser's
//! `RTCPeerConnection`, `RTCDataChannel`, and `WebSocket` via `web-sys`.
pub use ;
pub use Peer;
pub use SignalingClient;
pub use Storage;
pub use Driver;
pub use JsEventCallback;
pub use ;