[][src]Function wasm_debug::emit_debugsections_image

pub fn emit_debugsections_image(
    triple: Triple,
    pointer_width_bytes: u8,
    debuginfo_data: &DebugInfoData,
    vmctx_info: &ModuleVmctxInfo,
    at: &ModuleAddressMap,
    ranges: &ValueLabelsRanges,
    funcs: &[(*const u8, usize)]
) -> Result<Vec<u8>, Error>

Top level function to get the debug information to give to a debugger.