This is a backport PR for branch 40-x-y
trop[bot]

#48976: fix: revert enabling WASM trap handlers in all Node.js processes

Merged
Created: Nov 14, 2025, 5:23:35 PM
Merged: Nov 14, 2025, 8:57:06 PM
1 comments
Target: 40-x-y

Backport of #48973

See that PR for details.

Notes: Fixed an issue where some apps would throw an exception on launch.

Backport Information

Original PR Author
VerteDinde
Original PR Status
Merged
Original PR Merged At
Nov 14, 2025, 5:23:15 PM
Original PR Link
GitHubView on GitHub

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