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

Wrong extension used for Cairo compiled bytecode programs #2724

Closed
lukaszcz opened this issue Apr 15, 2024 · 0 comments · Fixed by #2727
Closed

Wrong extension used for Cairo compiled bytecode programs #2724

lukaszcz opened this issue Apr 15, 2024 · 0 comments · Fixed by #2727

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Apr 15, 2024

Running

juvix compile cairo program.juvix

produces program.casm instead of program.json. The contents of the file is fine, but the extension is wrong. .casm is for the textual representation of Cairo assembly programs (an intermediate format produced by juvix dev compile casm program.juvix). The Cairo bytecode is saved in JSON format.

@lukaszcz lukaszcz added this to the 0.6.2 milestone Apr 15, 2024
@lukaszcz lukaszcz changed the title Wrong extension used for the Cairo Wrong extension used for Cairo compiled bytecode programs Apr 15, 2024
@janmasrovira janmasrovira self-assigned this Apr 16, 2024
lukaszcz pushed a commit that referenced this issue Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants