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 81bcaa2 commit 46c040fCopy full SHA for 46c040f
system/lib/pthread/emscripten_thread_state.S
@@ -53,8 +53,7 @@ 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 (except for the
57
-# case of Audio Worklets, which aren't web but don't support atomic waits).
+# Semantically the same as testing "!ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_AUDIO_WORKLET" in JS
58
.globl _emscripten_thread_supports_atomics_wait
59
_emscripten_thread_supports_atomics_wait:
60
.functype _emscripten_thread_supports_atomics_wait () -> (i32)
0 commit comments