bb
should allow querying which opcodes it supports
#1922
Labels
C-bb.js
Component: bb.js - wrapping bberg in js
bb
should allow querying which opcodes it supports
#1922
When generating ACIR we need to know which opcodes the backend supports in order to fallback to simpler opcodes appropriately. Barretenberg's supported opcodes are currently hardcoded inside Nargo.
For dynamic backends we need to be able to pull the opcode support from the backend itself, so
bb
needs to expose this information in some manner.The text was updated successfully, but these errors were encountered: