Enum pwasm_utils::OptimizerError [] [src]

pub enum OptimizerError {
    NoExportSection,
}

Variants

Since optimizer starts with export entries, export section is supposed to exist.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations