pub fn compile_program_modules(
stack_spec: SerializableStackSpec,
config: Option<PythonStackConfig>,
) -> Result<PythonProgramOutput, String>Expand description
Compile only the portable program surface. The result exposes PROGRAMS
and PROGRAM_READS for arete.create_session(...) / with_programs(...)
and contains no view module or synthetic stack definition.