We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754ec17 commit c1927f2Copy full SHA for c1927f2
tools/deps_info.py
@@ -52,6 +52,7 @@
52
53
_deps_info = {
54
'alarm': ['_emscripten_timeout'],
55
+ 'sched_yield': ['_emscripten_timeout'],
56
'setitimer': ['_emscripten_timeout'],
57
'SDL_GL_GetProcAddress': ['malloc'],
58
'SDL_LockSurface': ['malloc', 'free'],
@@ -125,6 +126,7 @@
125
126
'emscripten_set_touchstart_callback_on_thread': ['malloc'],
127
'emscripten_set_visibilitychange_callback_on_thread': ['malloc'],
128
'emscripten_set_wheel_callback_on_thread': ['malloc'],
129
+ 'emscripten_thread_sleep': ['_emscripten_timeout'],
130
'emscripten_webgl_get_parameter_utf8': ['malloc'],
131
'emscripten_webgl_get_program_info_log_utf8': ['malloc'],
132
'emscripten_webgl_get_shader_info_log_utf8': ['malloc'],
0 commit comments