Update wasm backend

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
This commit is contained in:
Kohei Tokunaga
2024-09-04 21:14:41 +09:00
committed by Evan Reichard
parent 2816a551ef
commit e712868ec5
13 changed files with 3685 additions and 1419 deletions
+2
View File
@@ -86,7 +86,9 @@ CoroutineAction qemu_coroutine_switch(Coroutine *from_, Coroutine *to_,
CoroutineEmscripten *from = DO_UPCAST(CoroutineEmscripten, base, from_);
CoroutineEmscripten *to = DO_UPCAST(CoroutineEmscripten, base, to_);
#if defined(EMSCRIPTEN) && !defined(CONFIG_TCG_INTERPRETER)
set_unwinding_flag();
#endif
set_current(to_);
to->action = action;