Skip to main content

compile

Function compile 

Source
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.