Skip to main content

configured_isolated_runner

Function configured_isolated_runner 

Source
pub fn configured_isolated_runner() -> Result<Option<Arc<dyn SandboxRunner>>>
Expand description

Resolve the governed execution backend once in the trusted server host. No configured remote endpoint means isolation is unavailable, not permission to launch a process through the legacy WasmtimeRunner placeholder.

ยงErrors

Rejects an unsupported explicit backend, missing remote endpoint, non-Unicode configuration, or a base URL that cannot address the sandbox service API.