Function wasmer_compiler_llvm::object_file::load_object_file

source ยท
pub fn load_object_file<F>(
    contents: &[u8],
    root_section: &str,
    root_section_reloc_target: RelocationTarget,
    symbol_name_to_relocation_target: F,
    binary_fmt: BinaryFormat,
) -> Result<CompiledFunction, CompileError>
where F: FnMut(&str) -> Result<Option<RelocationTarget>, CompileError>,