Function wasmer_cli::commands::create_exe::compile_pirita_into_directory

source ยท
pub(super) fn compile_pirita_into_directory(
    pirita: &Container,
    target_dir: &Path,
    compiler: &CompilerOptions,
    cpu_features: &[CpuFeature],
    triple: &Triple,
    prefixes: &[String],
    allow_multi_wasm: AllowMultiWasm,
    debug: bool,
) -> Result<Vec<(String, Vec<u8>)>>
Expand description

Given a pirita file, compiles the .wasm files into the target directory