Skip to content

Remove redundant error checking from libpthread/libwasm_worker. NFC#26745

Merged
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:remove_redundant_checks
Apr 22, 2026
Merged

Remove redundant error checking from libpthread/libwasm_worker. NFC#26745
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:remove_redundant_checks

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Apr 21, 2026

As the error states, this limitation is already enforced by the feature matrix (using Feature.WORKER_ES6_MODULES).

Duplicating the information already present in the feature matix kind of defeats the whole purpose of the feature matrix (i.e. a centralized place to store this info) and creates scope for skew. See #26677.

As the error states this limitation is already enforced by the
feature matrix (using `Feature.WORKER_ES6_MODULES`).

Duplicating the information already present in the feature matix kind
of defeats the whole purpose of the feature matrix (i.e. a centralized
place to store this info) and creates scope for skew.  See emscripten-core#26677.
@sbc100 sbc100 changed the title Remove redundant error checking from libpthread/libwasm_worker Remove redundant error checking from libpthread/libwasm_worker. NFC Apr 21, 2026
@sbc100 sbc100 requested review from juj and kripken April 22, 2026 17:17
@sbc100 sbc100 merged commit 231e5f4 into emscripten-core:main Apr 22, 2026
29 checks passed
@sbc100 sbc100 deleted the remove_redundant_checks branch April 22, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants