Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: align fiber stack pointer to 16 bytes (ruby#12101)
wasm: align fiber stack pointer to 16 bytes 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.
- Loading branch information