Host API — transport-agnostic engine for the Polkadot app host-api protocol.
Processes binary SCALE-encoded messages from Polkadot apps and returns binary responses. Works over any transport: WKWebView MessagePort, PolkaVM host calls, WebSocket, etc.
See [HostApi::handle_message] for the main entry point.