Function set_stack_size
pub fn set_stack_size(size: usize)Expand description
Sets the process-wide default stack size for new Wasmer coroutines. The value is clamped to [8 KiB, MAX_STACK_SIZE].
pub fn set_stack_size(size: usize)Sets the process-wide default stack size for new Wasmer coroutines. The value is clamped to [8 KiB, MAX_STACK_SIZE].