Package Exports
- r1csfile
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (r1csfile) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
R1CS Binary File Format
This is a helper library to read r1cs binary files defined here
Usage
const loadR1cs = require("r1csfile").load
loadR1cs("myfile.r1cs").then((r1cs) => {
console.log(r1cs);
});