emscripten-core/emscripten

Asyncify: support recursive yield

オープン

#10,375 opened on 2020/02/06

 (3 件のコメント) (5 件のリアクション) (0 人の担当者)C++ (3,519 件のフォーク)batch import
good first bughelp wantedwontfix

Repository metrics

Stars
 (27,361 個のスター)
PR merge metrics
 (平均マージ 19d 10h) (30d で 147 merged PRs)

説明

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.

コントリビューターガイド