pub fn emit_module(
    target: ObjectBuilderTarget,
    module: &Module,
    target_config: &TargetFrontendConfig,
    compilation: CompiledFunctions,
    dwarf_sections: Vec<DwarfSection>,
    data_initializers: &[DataInitializer<'_>]
) -> Result<Object>
Expand description

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