pub fn compile_public_artifacts(
programs: &[ProgramSpecArtifact],
live_spec: &LiveSpecArtifact,
manifest: &StackManifestArtifact,
config: Option<PythonStackConfig>,
) -> Result<PythonOutput, String>Expand description
Compile Python output from an explicit StackManifest and its public dependencies.