summaryrefslogtreecommitdiff
path: root/coroutine/asyncify
AgeCommit message (Collapse)Author
2024-01-29wasm: align fiber stack pointer to 16 bytesYuta Saito
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.
2022-01-19[wasm] add coroutine/asyncify implementationYuta Saito
set the default coroutine_type as asyncify when wasi Notes: Merged: https://github.com/ruby/ruby/pull/5407