Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs603 stack_limit: store.replace_stack_limit(self.stack_limit), in replace()
622 fn replace_stack_limit(&mut self, stack_limit: usize) -> usize { in replace_stack_limit() method
683 stack_limit: store.replace_stack_limit(self.stack_limit), in replace()