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

Make juvix compile default to native target #1502

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Conversation

paulcadman
Copy link
Collaborator

The simplest way to try compiling Juvix programs is by using the native target. This only requires that stock clang is available on the user's path, no Wasm/WASI infrastructure is required.

This PR makes the native target the default for the juvix compile command and updates the documentation accordingly.

Closes #1468

@paulcadman paulcadman added documentation Improvements or additions to documentation CLI labels Aug 31, 2022
@paulcadman paulcadman added this to the 0.2.5 milestone Aug 31, 2022
@paulcadman paulcadman self-assigned this Aug 31, 2022
@janmasrovira janmasrovira merged commit 105188b into main Aug 31, 2022
@janmasrovira janmasrovira deleted the native-target-1468 branch August 31, 2022 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let native target as default for compilation
2 participants