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 a47c4c9 commit 97f4730Copy full SHA for 97f4730
system/lib/pthread/emscripten_thread_state.S
@@ -53,7 +53,8 @@ emscripten_is_main_browser_thread:
53
global.get is_main_thread
54
end_function
55
56
-# Semantically the same as testing "!ENVIRONMENT_IS_WEB" in JS
+# Semantically the same as testing "!ENVIRONMENT_IS_WEB" in JS (except for the
57
+# case of Audio Worklets, which aren't web but don't support atomic waits)
58
.globl _emscripten_thread_supports_atomics_wait
59
_emscripten_thread_supports_atomics_wait:
60
.functype _emscripten_thread_supports_atomics_wait () -> (i32)
0 commit comments