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

Feat: Build executables with bun build #15967

Closed
brrock opened this issue Dec 23, 2024 · 1 comment
Closed

Feat: Build executables with bun build #15967

brrock opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@brrock
Copy link

brrock commented Dec 23, 2024

What is the problem this feature would solve?

Having to use other tools than bun when making an executable file for all platforms and archs

What is the feature you are proposing to solve the problem?

I want to in the build command the ability to set the target to something Linux-x64 …

What alternatives have you considered?

Writing a quick compiler in rust will or using nexe or pkg

@brrock brrock added the enhancement New feature or request label Dec 23, 2024
@Jarred-Sumner
Copy link
Collaborator

I want to in the build command the ability to set the target to something Linux-x64 …

Guess what:

bun build --target=linux-x64 ./entry.ts

More about cross compilation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants