pub enum OptimizerError {
NoExportSection,
}
Variants§
NoExportSection
Since optimizer starts with export entries, export section is supposed to exist.
pub enum OptimizerError {
NoExportSection,
}
Since optimizer starts with export entries, export section is supposed to exist.