mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
In WebAssembly C ABI, the linear stack pointer must be always aligned to 16 bytes like other archs. The misaligned stack pointer causes some weird memory corruption since compiler assumes the aligned stack pointer.