Home
last modified time | relevance | path

Searched refs:with_stack_limit (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dstack_switching.rs141 pub fn with_stack_limit(stack_limit: usize) -> Self { in with_stack_limit() method
248 let limits = VMStackLimits::with_stack_limit(Default::default()); in empty()
341 let limits = VMStackLimits::with_stack_limit(wasm_stack_limit); in cont_new()