This is a helper library to read r1cs binary files defined here
const loadR1cs = require("r1csfile").load
loadR1cs("myfile.r1cs").then((r1cs) => {
console.log(r1cs);
});
This is a helper library to read r1cs binary files defined here
const loadR1cs = require("r1csfile").load
loadR1cs("myfile.r1cs").then((r1cs) => {
console.log(r1cs);
});