Reproduce issue #13194 on the Wasm Workers API #18201
Closed
kleisauke wants to merge 4 commits intoemscripten-core:mainfrom
Closed
Reproduce issue #13194 on the Wasm Workers API #18201kleisauke wants to merge 4 commits intoemscripten-core:mainfrom
kleisauke wants to merge 4 commits intoemscripten-core:mainfrom
Conversation
This was referenced Nov 14, 2022
7307f41 to
2f1b94b
Compare
bdf0981 to
f7af41c
Compare
Collaborator
Author
|
It looks like PR #26489 is going to fix this. |
Collaborator
|
Oh nice.. I'll see if can copy this test into my PR. |
Collaborator
Author
|
Great! Based on my comment in #18171 (comment), it seems this may also require setting emscripten/system/lib/pthread/pthread_create.c Lines 130 to 138 in b7c5169 emscripten/system/lib/pthread/pthread_create.c Lines 246 to 249 in b7c5169 |
Collaborator
Author
|
Closing in favor of PR #26489. |
sbc100
added a commit
that referenced
this pull request
Mar 20, 2026
This change removes the use of `pthread_self` from musl's internal file locking mechanism, while enabled libc's internal threading state in once the first worker is started. The test changed here come from #18201 This is needed as part of my effort to remove all pthread symbols from the Wasm Workers builds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #13194
See:
#18171 (comment)
/cc @juj