pub fn compile_program( src: &str, params: &[Param], target: CompileTarget, ) -> Result<Vec<u8>, CompileError>