mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
I have observed the standard library tests overflowing the default WASI stack as of the previous commit. As best as I can tell, this isn't directly our fault: LLVM is just emitting less efficient code in debug builds with the new codegen patterns.