We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having to use other tools than bun when making an executable file for all platforms and archs
I want to in the build command the ability to set the target to something Linux-x64 …
Writing a quick compiler in rust will or using nexe or pkg
The text was updated successfully, but these errors were encountered:
Guess what:
bun build --target=linux-x64 ./entry.ts
More about cross compilation
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: