You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a user who wants to use nargo to compile his circuit and then output artifacts that can be fed straight into a backend, they need to use jq to extract the fields from the json file.
Happy Case
We allow users to do nargo compile --only-acir or some flag to specify that you only want to output the acir
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves#3119
## Summary\*
Adds a new option only-acir which compiles acir bytecode into acir.gz
generates witness as .gz instead of .tr
use only-acir when generating the artifacts and remove the un-needed
steps from rebuild.sh
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [X] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [X] I have tested the changes locally.
- [X] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: kevaundray <[email protected]>
Problem
For a user who wants to use nargo to compile his circuit and then output artifacts that can be fed straight into a backend, they need to use jq to extract the fields from the json file.
Happy Case
We allow users to do
nargo compile --only-acir
or some flag to specify that you only want to output the acirAlternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: