pub fn emit_module(
target: ObjectBuilderTarget,
module: &Module,
target_config: &TargetFrontendConfig,
compilation: CompiledFunctions,
dwarf_sections: Vec<DwarfSection>,
) -> Result<Object>Expand description
Emits a module that has been emitted with the wasmtime-environ environment
implementation to a native object file.