On Tue, Apr 22, 2025 at 02:27:21PM +0900, Kohei Tokunaga wrote:
> Emscripten does not support couroutine methods currently used by QEMU but
> provides a coroutine implementation called "fiber". This commit introduces a
> coroutine backend using fiber. Note that fiber does not support submitting
> coroutines to other threads.
> 
> Signed-off-by: Kohei Tokunaga <ktokunaga.m...@gmail.com>
> ---
>  MAINTAINERS           |   1 +
>  util/coroutine-wasm.c | 127 ++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 128 insertions(+)
>  create mode 100644 util/coroutine-wasm.c
> 
> V2:
> - Split the MAINTAINERS file change that adds coroutine-wasm.c from the
>   previous 19th patch into this commit.

Acked-by: Stefan Hajnoczi <stefa...@redhat.com>

Attachment: signature.asc
Description: PGP signature

Reply via email to