In-process transport: composes a kernel directly in the host process.
This is the simplest "attach to a kernel instance" binding — no network, no
IPC. The kernel, its endpoints, and its cache all live in the calling process.
Other transports (IPC, QUIC) front the same Issuer interface over a wire.