emscripten-core/emscripten

Asyncify: support recursive yield

Open

#10,375 创建于 2020年2月6日

在 GitHub 查看
 (3 评论) (5 反应) (0 负责人)C++ (3,519 fork)batch import
good first bughelp wantedwontfix

仓库指标

Star
 (27,361 star)
PR 合并指标
 (平均合并 19天 10小时) (30 天内合并 147 个 PR)

描述

E.g. calling emscripten_sleep() while currently suspended from another emscripten_sleep().

Today this results in an "TypeError: Asyncify.dataInfo[Asyncify.currData] is undefined" error on the second wakeup.

贡献者指南