1pub mod elf_header; 2pub mod errors; 3pub mod program; 4pub mod program_header; 5pub mod relocation; 6pub mod rodata; 7pub mod section_header; 8pub mod section_header_entry; 9 10#[cfg(target_arch = "wasm32")] 11pub mod wasm;