Commit graph

2 commits

Author SHA1 Message Date
nagachika
1fc0895971 merge revision(s) 0d4de0f4b1: [Backport #20898]
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-30 14:25:56 +09:00
Yuta Saito
a4b73f1ba8 [wasm] add coroutine/asyncify implementation
set the default coroutine_type as asyncify when wasi
2022-01-19 11:19:06 +09:00