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

Remove launcher scripts from git #23761

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 25, 2025

For a while now we have been mandating that bootstrap is run before emscripten can be used. This change removes most of the launcher scripts from git (since we can rely on bootstrap to create them).

This helps clean up the top level directory.

I've left emcc and em++ launchers in source control. If anyone runs these without first running bootstrap it will ask them to first run bootstrap.

For a while now we have been mandating that bootstrap is run before
emscripten can be used.  This change removes most of the launcher
scripts from git (since we can rely on bootstrap to create them).

This helps clean up the top level directory.

I've left emcc and em++ launchers in source control.  If anyone runs
these without first running bootstrap it will ask them to first run
bootstrap.
@sbc100 sbc100 force-pushed the remove_entry_points branch from 61493c0 to 08ad6c3 Compare February 25, 2025 23:02
@sbc100 sbc100 requested a review from dschuff February 25, 2025 23:03
@sbc100
Copy link
Collaborator Author

sbc100 commented Feb 26, 2025

I think I'm going to merge this with the larger change to of moving the entry points to /bin

@sbc100 sbc100 marked this pull request as draft February 26, 2025 00:12
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