ruby/coroutine/asyncify
Yuta Saito a97621ef3c
wasm: align fiber stack pointer to 16 bytes (#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.
2024-11-15 14:05:28 -08:00
..
Context.c
Context.h