Struct wasmtime_debug::DwarfSection [−][src]
pub struct DwarfSection {
pub name: &'static str,
pub body: Vec<u8>,
pub relocs: Vec<DwarfSectionReloc>,
}Fields
name: &'static strbody: Vec<u8>relocs: Vec<DwarfSectionReloc>