Struct cranelift_wasm::FuncTranslationState[][src]

pub struct FuncTranslationState { /* fields omitted */ }
Expand description

Contains information passed along during a function’s translation and that records:

  • The current value and control stacks.
  • The depth of the two unreachable control blocks stacks, that are manipulated when translating unreachable code;

Implementations

True if the current translation state expresses reachable code, false if it is unreachable.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.