lann opened issue #11912:
When
PoolingAllocationConfig::async_stack_zeroingis enabled then Wasmtime will reset the contents of async stacks back to zero upon deallocation. This option can be used to perform the zeroing operation with memset up to a certain threshold of bytes instead of using system calls to reset the stack to zero.
lann commented on issue #11912:
Oh it looks like the method moved (?) to
Config. I can PR this fix.
alexcrichton closed issue #11912:
When
PoolingAllocationConfig::async_stack_zeroingis enabled then Wasmtime will reset the contents of async stacks back to zero upon deallocation. This option can be used to perform the zeroing operation with memset up to a certain threshold of bytes instead of using system calls to reset the stack to zero.
Last updated: Dec 06 2025 at 07:03 UTC