Skip to content

Fix for exceptions in Wasm Workers under node#26650

Open
sbc100 wants to merge 1 commit intoemscripten-core:mainfrom
sbc100:node_worker_exceptions
Open

Fix for exceptions in Wasm Workers under node#26650
sbc100 wants to merge 1 commit intoemscripten-core:mainfrom
sbc100:node_worker_exceptions

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Apr 8, 2026

Without this change exceptions thrown in Wasm Workers are lost under node because we install an uncaughtException on all workers in runtime_common.js.

@sbc100 sbc100 requested review from dschuff and kripken April 8, 2026 00:20
Without this change exceptions thrown in Wasm Workers are lost under
node.
@sbc100 sbc100 force-pushed the node_worker_exceptions branch from 34ab26a to dccc94a Compare April 8, 2026 00:21
@dschuff
Copy link
Copy Markdown
Member

dschuff commented Apr 8, 2026

what is different about wasm workers here compared to pthreads?

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