[][src]Function wasmtime_obj::emit_module

pub fn emit_module(
    obj: &mut Artifact,
    module: &Module,
    compilation: &Compilation,
    relocations: &Relocations,
    data_initializers: &[DataInitializer],
    target_config: &TargetFrontendConfig
) -> Result<()>

Emits a module that has been emitted with the wasmtime-environ environment implementation to a native object file.