Struct cranelift_wasm::FuncTranslationState [−][src]
pub struct FuncTranslationState { /* fields omitted */ }
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
impl FuncTranslationState
[src]
impl FuncTranslationState
[src]