<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/coroutine/asyncify, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 0d4de0f4b1b9ac90be437bf1bac6851dd1d96fd0: [Backport #20898]</title>
<updated>2024-11-30T05:25:56+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-11-30T05:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fc0895971812d5287b23d8cbb00529e425041c0'/>
<id>1fc0895971812d5287b23d8cbb00529e425041c0</id>
<content type='text'>
	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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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.
</pre>
</div>
</content>
</entry>
<entry>
<title>[wasm] add coroutine/asyncify implementation</title>
<updated>2022-01-19T02:19:06+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2022-01-15T13:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4b73f1ba88b4d126569ba5ab295c0eb5f121662'/>
<id>a4b73f1ba88b4d126569ba5ab295c0eb5f121662</id>
<content type='text'>
set the default coroutine_type as asyncify when wasi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set the default coroutine_type as asyncify when wasi
</pre>
</div>
</content>
</entry>
</feed>
