Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MIN_NODE_VERSION setting #18521

Merged
merged 1 commit into from
Jan 20, 2023
Merged

Add MIN_NODE_VERSION setting #18521

merged 1 commit into from
Jan 20, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 14, 2023

This, along with #18465 (which run tests on the oldest supported version of node) should pave the way for us to update the emsdk version node to something a little more modern.

See emscripten-core/emsdk#829

This first thing I do with this setting is use it do disable NODEJS_CATCH_REJECTION by default when we are targeting node 15 and above.

@sbc100 sbc100 force-pushed the min_node_version branch 3 times, most recently from 0302004 to f793dc7 Compare January 19, 2023 18:24
@sbc100 sbc100 enabled auto-merge (squash) January 20, 2023 20:27
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % comments

emcc.py Outdated Show resolved Hide resolved
src/settings.js Outdated Show resolved Hide resolved
src/settings.js Outdated Show resolved Hide resolved
This, along with #18465 (which run tests on the oldest supported
version of node) should pave the way for us to update the emsdk version
node to something a little more modern.

See emscripten-core/emsdk#829

This first thing I do with this setting is use it do disable
`NODEJS_CATCH_REJECTION` by default when we are targeting node 15 and
above.
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.

None yet

2 participants