rebuild dist files
This commit is contained in:
parent
e02917af83
commit
fba1252f57
@ -5863,7 +5863,7 @@ async function wtnsCalculate$1(input, wasmFileName, wtnsFileName, options) {
|
||||
|
||||
const wc = await circom_runtime.WitnessCalculatorBuilder(wasm);
|
||||
if (wc.circom_version() == 1) {
|
||||
const w = await wc.calculateBinWitness(input);
|
||||
const w = await wc.calculateBinWitness(input, true);
|
||||
|
||||
const fdWtns = await binFileUtils__namespace.createBinFile(wtnsFileName, "wtns", 2, 2);
|
||||
|
||||
|
@ -1129,7 +1129,7 @@ async function wtnsCalculate(input, wasmFileName, wtnsFileName, options) {
|
||||
|
||||
const wc = await circom_runtime.WitnessCalculatorBuilder(wasm);
|
||||
if (wc.circom_version() == 1) {
|
||||
const w = await wc.calculateBinWitness(input);
|
||||
const w = await wc.calculateBinWitness(input, true);
|
||||
|
||||
const fdWtns = await binFileUtils__namespace.createBinFile(wtnsFileName, "wtns", 2, 2);
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
2
build/snarkjs.min.js
vendored
2
build/snarkjs.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user