Function wasmtime_cli::compile_to_obj[][src]

pub fn compile_to_obj(
    wasm: &[u8],
    target: Option<&Triple>,
    strategy: Strategy,
    enable_simd: bool,
    opt_level: OptLevel,
    debug_info: bool
) -> Result<Object>

Creates object file from binary wasm data.