| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-29 | wasm: align fiber stack pointer to 16 bytes | Yuta 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 implementation | Yuta Saito | |
| set the default coroutine_type as asyncify when wasi Notes: Merged: https://github.com/ruby/ruby/pull/5407 | |||
