MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / async_stack_size

Method async_stack_size

crates/wasmtime/src/config.rs:824–827  ·  view source on GitHub ↗
(&mut self, size: usize)

Source from the content-addressed store, hash-verified

822 /// smaller than the [`Config::max_wasm_stack`] option.
823 #[cfg(any(feature = "async", feature = "stack-switching"))]
824 pub fn async_stack_size(&mut self, size: usize) -> &mut Self {
825 self.async_stack_size = size;
826 self
827 }
828
829 /// Configures whether or not stacks used for async futures are zeroed
830 /// before (re)use.

Callers 5

configFunction · 0.80
overrun_with_big_moduleFunction · 0.80
configMethod · 0.80

Calls

no outgoing calls

Tested by 2

overrun_with_big_moduleFunction · 0.64