emscripten-core/emscripten

Asyncify: support recursive yield

Open

#10 375 ouverte le 6 févr. 2020

Voir sur GitHub
 (3 commentaires) (5 réactions) (0 assignés)C++ (3 519 forks)batch import
good first bughelp wantedwontfix

Métriques du dépôt

Stars
 (27 361 stars)
Métriques de merge PR
 (Merge moyen 19j 10h) (147 PRs mergées en 30 j)

Description

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.

Guide contributeur