Skip to content

Commit 46c040f

Browse files
committed
Docs correction
1 parent 81bcaa2 commit 46c040f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/lib/pthread/emscripten_thread_state.S

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ emscripten_is_main_browser_thread:
5353
global.get is_main_thread
5454
end_function
5555

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).
56+
# Semantically the same as testing "!ENVIRONMENT_IS_WEB && !ENVIRONMENT_IS_AUDIO_WORKLET" in JS
5857
.globl _emscripten_thread_supports_atomics_wait
5958
_emscripten_thread_supports_atomics_wait:
6059
.functype _emscripten_thread_supports_atomics_wait () -> (i32)

0 commit comments

Comments
 (0)