8000 Add basic compile command by Nicell · Pull Request #267 · luau-lang/lute · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add basic compile command #267

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

Merged
merged 4 commits into from
May 28, 2025
Merged

Add basic compile command #267

merged 4 commits into from
May 28, 2025

Conversation

Nicell
Copy link
Collaborator
@Nicell Nicell commented May 10, 2025

This adds lute compile <script.luau> [optional_exe_file_name]. Does not support cross-compilation or multiple files. This is single file bytecode embedding using a very simple magic flag on the existing executable.

Closes #137

@Nicell Nicell marked this pull request as ready for review May 15, 2025 18:40
@Nicell Nicell requested a review from aatxe May 15, 2025 18:40
@aatxe aatxe merged commit 5e31e44 into luau-lang:primary May 28, 2025
6 checks passed
@aatxe
Copy link
Collaborator
aatxe commented May 28, 2025

I'd like to some day see this become a more principled linking setup, but I feel like it'll end up being this for a long time based on the available resourcing, and that's okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Standalone executable creation
2 participants
0