pub fn compile(gated: GatedRun) -> Result<PreparedRun, PrepareFailure>Expand description
Compile a gated run’s translated TOML into a validated in-memory
RuntimeConfig. No temporary file is created; the config lives entirely
in process memory.
pub fn compile(gated: GatedRun) -> Result<PreparedRun, PrepareFailure>Compile a gated run’s translated TOML into a validated in-memory
RuntimeConfig. No temporary file is created; the config lives entirely
in process memory.