Skip to content

Only create compiler entry points for the current platform (by default)#24857

Merged
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:create_entry_points
Aug 4, 2025
Merged

Only create compiler entry points for the current platform (by default)#24857
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:create_entry_points

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Aug 4, 2025

No description provided.

@sbc100 sbc100 requested review from dschuff and kripken August 4, 2025 20:25

if __name__ == '__main__':
sys.exit(main())
sys.exit(main('--all' in sys.argv))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Where is this going to be used from?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Maybe nowhere? I just figured some folks might want to generate all possible versions of the scripts. As a developer its quite useful so you can see what would happen on a windows machine for example.

@sbc100 sbc100 merged commit 03b668a into emscripten-core:main Aug 4, 2025
30 checks passed
@sbc100 sbc100 deleted the create_entry_points branch August 4, 2025 23:11
inolen pushed a commit to inolen/emscripten that referenced this pull request Feb 13, 2026
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