pub fn compile_with_externals( program: &Program, external_functions: HashSet<String>, ) -> Result<CompiledProgram>