Function wasmer_cli::commands::create_exe::run_c_compile

source ยท
fn run_c_compile(
    env: &WasmerEnv,
    path_to_c_src: &Path,
    output_name: &Path,
    target: &Triple,
    debug: bool,
    include_dirs: &[PathBuf],
) -> Result<()>
Expand description

Compile the C code.