Enum greenwasm_execution::instructions::ExecutionError[][src]

pub enum ExecutionError {
    Trap,
    StackExhaustion,
}

Variants

Trait Implementations

impl From<ExecutionError> for InstantiationError
[src]

Performs the conversion.

impl Debug for ExecutionError
[src]

Formats the value using the given formatter. Read more

impl From<StackExhaustion> for ExecutionError
[src]

Performs the conversion.

Auto Trait Implementations