Struct wasmtime_runtime::VMInterrupts [−][src]
#[repr(C)]pub struct VMInterrupts { pub stack_limit: AtomicUsize, }
Structure used to control interrupting wasm code, currently with only one atomic flag internally used.
Fields
stack_limit: AtomicUsize
Current stack limit of the wasm module.
This is used to control both stack overflow as well as interrupting wasm
modules. For more information see crates/environ/src/cranelift.rs
.
Implementations
Trait Implementations
impl Default for VMInterrupts
[src]
impl Default for VMInterrupts
[src]