Function wasmer_cli::commands::create_exe::generate_wasmer_main_c

source ยท
fn generate_wasmer_main_c(
    entrypoint: &Entrypoint,
    prefixes: &PrefixMapCompilation,
) -> Result<String, Error>
Expand description

Generate the wasmer_main.c that links all object files together (depending on the object format / atoms number)