Enum pwasm_utils::OptimizerError [−][src]
pub enum OptimizerError {
NoExportSection,
}Variants
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.
impl RefUnwindSafe for Errorimpl Send for Errorimpl Sync for Errorimpl Unpin for Errorimpl UnwindSafe for Error