pub async fn start_embedded_host(builder: HostBuilder) -> Result<RunnerHost>Expand description
Build and start a RunnerHost without wiring the HTTP ingress server.
Callers are responsible for loading packs via RunnerHost::load_pack and
invoking RunnerHost::handle_activity directly.