fn run_c_compile( env: &WasmerEnv, path_to_c_src: &Path, output_name: &Path, target: &Triple, debug: bool, include_dirs: &[PathBuf], ) -> Result<()>
Compile the C code.