aot_section_t

Type Alias aot_section_t 

Source
pub type aot_section_t = wasm_section_t;

Aliased Type§

#[repr(C)]
pub struct aot_section_t { pub next: *mut wasm_section_t, pub section_type: i32, pub section_body: *mut u8, pub section_body_size: u32, }

Fields§

§next: *mut wasm_section_t§section_type: i32§section_body: *mut u8§section_body_size: u32