pipecrab-runtime: runtime-agnostic async orchestration built on futures.
No async executor is baked in: the channels and run loop are plain
futures primitives, so the caller drives them (block_on natively,
spawn_local in the browser). Compiles for the host and
wasm32-unknown-unknown.