Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(acir)!: BrilligCall opcode (AztecProtocol/aztec-packages#5709)
This starts work towards #3907 but is only the breaking serialization change. Codegen and evaluation will come in a follow-up. This PR is purely additive and does not remove the current way we do Brillig gen during ACIR gen. Codegen for normal Brillig functions is working in my follow-up, however, removing the existing Brillig opcode will most likely have to come once we settle on how to [handle the brillig std lib](noir-lang/acvm#471) as we are currently generating code such as calculating a quotient during ACIR gen. --------- Co-authored-by: Tom French <[email protected]>
- Loading branch information