Zig: https://github.com/ziglang/zig/pull/5529 Rust: https://github.com/rust-lang/rust/pull/50083 Both do `stack-size=1048576` Zig produces a wasm file with: ```wat (memory (;0;) 17) (global (;0;) (mut i32) (i32.const 1048576)) ```