Struct wasmtime_environ::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
Auto Trait Implementations
impl RefUnwindSafe for FuncTranslationState
impl Send for FuncTranslationState
impl Sync for FuncTranslationState
impl Unpin for FuncTranslationState
impl UnwindSafe for FuncTranslationState