#48973: fix: revert enabling WASM trap handlers in all Node.js processes
Merged
Description of Change
Addresses #48956
Looking into the dmp file stacktrace attached to the above issue, the wasm trap handlers appear to be crashing shortly after app launch. This PR reverts the change while we investigate and find a forward fix.
This reverts commit ca0b46b and PR #48788
Checklist
- PR description included and stakeholders cc'd
-
npm testpasses - tests are changed or added
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: Fixed an issue where some apps would throw an exception on launch.
Backports
39-x-y
MergedPR Number
#48975Merged At
Nov 14, 2025, 8:56:50 PM
Released In
v39.2.1Release Date
Nov 15, 2025, 1:57:10 PM
40-x-y
MergedPR Number
#48976Merged At
Nov 14, 2025, 8:57:06 PM
Released In
v40.0.0-alpha.6Release Date
Nov 17, 2025, 7:31:59 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron