Constant wasmer_wasix::state::func_env::DEFAULT_STACK_SIZE
source ยท const DEFAULT_STACK_SIZE: u64 = 1_048_576u64;
Expand description
The default stack size for WASIX - the number itself is the default that compilers have used in the past when compiling WASM apps.
(this is only used for programs that have no stack pointer)