@noir-lang/acvm_js 1.0.0-beta.13-1d260df.nightly → 1.0.0-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodejs/acvm_js.js +14 -14
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/nodejs/acvm_js_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
- package/web/acvm_js.d.ts +3 -3
- package/web/acvm_js.js +13 -13
- package/web/acvm_js_bg.wasm +0 -0
- package/web/acvm_js_bg.wasm.d.ts +3 -3
package/nodejs/acvm_js.js
CHANGED
|
@@ -528,15 +528,15 @@ module.exports.getPublicWitness = function(program, solved_witness) {
|
|
|
528
528
|
};
|
|
529
529
|
|
|
530
530
|
function __wbg_adapter_30(arg0, arg1, arg2) {
|
|
531
|
-
wasm.
|
|
531
|
+
wasm.closure570_externref_shim(arg0, arg1, arg2);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
|
|
535
|
-
wasm.
|
|
535
|
+
wasm.closure1165_externref_shim(arg0, arg1, arg2, arg3, arg4);
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
|
|
539
|
-
wasm.
|
|
539
|
+
wasm.closure1169_externref_shim(arg0, arg1, arg2, arg3);
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
module.exports.__wbg_call_672a4d21634d4a24 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -554,12 +554,12 @@ module.exports.__wbg_call_833bed5770ea2041 = function() { return handleError(fun
|
|
|
554
554
|
return ret;
|
|
555
555
|
}, arguments) };
|
|
556
556
|
|
|
557
|
-
module.exports.
|
|
557
|
+
module.exports.__wbg_constructor_590e27d4519f5f72 = function(arg0) {
|
|
558
558
|
const ret = new Error(arg0);
|
|
559
559
|
return ret;
|
|
560
560
|
};
|
|
561
561
|
|
|
562
|
-
module.exports.
|
|
562
|
+
module.exports.__wbg_constructor_6f86ae2adbcd1779 = function(arg0) {
|
|
563
563
|
const ret = new Error(arg0);
|
|
564
564
|
return ret;
|
|
565
565
|
};
|
|
@@ -675,11 +675,6 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
|
675
675
|
}
|
|
676
676
|
};
|
|
677
677
|
|
|
678
|
-
module.exports.__wbg_new_5bbc7db92320b11c = function() {
|
|
679
|
-
const ret = new Array();
|
|
680
|
-
return ret;
|
|
681
|
-
};
|
|
682
|
-
|
|
683
678
|
module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
684
679
|
const ret = new Map();
|
|
685
680
|
return ret;
|
|
@@ -695,8 +690,8 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
|
695
690
|
return ret;
|
|
696
691
|
};
|
|
697
692
|
|
|
698
|
-
module.exports.
|
|
699
|
-
const ret = new
|
|
693
|
+
module.exports.__wbg_new_af7b60fde1e58f1b = function() {
|
|
694
|
+
const ret = new Array();
|
|
700
695
|
return ret;
|
|
701
696
|
};
|
|
702
697
|
|
|
@@ -705,6 +700,11 @@ module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
|
705
700
|
return ret;
|
|
706
701
|
};
|
|
707
702
|
|
|
703
|
+
module.exports.__wbg_new_e2884e6fab20df40 = function() {
|
|
704
|
+
const ret = new Map();
|
|
705
|
+
return ret;
|
|
706
|
+
};
|
|
707
|
+
|
|
708
708
|
module.exports.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
|
|
709
709
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
710
710
|
return ret;
|
|
@@ -814,8 +814,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
814
814
|
return ret;
|
|
815
815
|
};
|
|
816
816
|
|
|
817
|
-
module.exports.
|
|
818
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
817
|
+
module.exports.__wbindgen_closure_wrapper1964 = function(arg0, arg1, arg2) {
|
|
818
|
+
const ret = makeMutClosure(arg0, arg1, 571, __wbg_adapter_30);
|
|
819
819
|
return ret;
|
|
820
820
|
};
|
|
821
821
|
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
|
@@ -27,7 +27,7 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
|
27
27
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
28
28
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
29
29
|
export const __externref_table_dealloc: (a: number) => void;
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
30
|
+
export const closure570_externref_shim: (a: number, b: number, c: any) => void;
|
|
31
|
+
export const closure1165_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
32
|
+
export const closure1169_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
package/web/acvm_js.d.ts
CHANGED
|
@@ -213,9 +213,9 @@ export interface InitOutput {
|
|
|
213
213
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
214
214
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
215
215
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
216
|
+
readonly closure570_externref_shim: (a: number, b: number, c: any) => void;
|
|
217
|
+
readonly closure1165_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
218
|
+
readonly closure1169_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
219
219
|
readonly __wbindgen_start: () => void;
|
|
220
220
|
}
|
|
221
221
|
|
package/web/acvm_js.js
CHANGED
|
@@ -524,15 +524,15 @@ export function getPublicWitness(program, solved_witness) {
|
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
function __wbg_adapter_30(arg0, arg1, arg2) {
|
|
527
|
-
wasm.
|
|
527
|
+
wasm.closure570_externref_shim(arg0, arg1, arg2);
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
|
|
531
|
-
wasm.
|
|
531
|
+
wasm.closure1165_externref_shim(arg0, arg1, arg2, arg3, arg4);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
|
|
535
|
-
wasm.
|
|
535
|
+
wasm.closure1169_externref_shim(arg0, arg1, arg2, arg3);
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
async function __wbg_load(module, imports) {
|
|
@@ -581,11 +581,11 @@ function __wbg_get_imports() {
|
|
|
581
581
|
const ret = arg0.call(arg1, arg2, arg3);
|
|
582
582
|
return ret;
|
|
583
583
|
}, arguments) };
|
|
584
|
-
imports.wbg.
|
|
584
|
+
imports.wbg.__wbg_constructor_590e27d4519f5f72 = function(arg0) {
|
|
585
585
|
const ret = new Error(arg0);
|
|
586
586
|
return ret;
|
|
587
587
|
};
|
|
588
|
-
imports.wbg.
|
|
588
|
+
imports.wbg.__wbg_constructor_6f86ae2adbcd1779 = function(arg0) {
|
|
589
589
|
const ret = new Error(arg0);
|
|
590
590
|
return ret;
|
|
591
591
|
};
|
|
@@ -686,10 +686,6 @@ function __wbg_get_imports() {
|
|
|
686
686
|
state0.a = state0.b = 0;
|
|
687
687
|
}
|
|
688
688
|
};
|
|
689
|
-
imports.wbg.__wbg_new_5bbc7db92320b11c = function() {
|
|
690
|
-
const ret = new Array();
|
|
691
|
-
return ret;
|
|
692
|
-
};
|
|
693
689
|
imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
|
|
694
690
|
const ret = new Map();
|
|
695
691
|
return ret;
|
|
@@ -702,14 +698,18 @@ function __wbg_get_imports() {
|
|
|
702
698
|
const ret = new Error();
|
|
703
699
|
return ret;
|
|
704
700
|
};
|
|
705
|
-
imports.wbg.
|
|
706
|
-
const ret = new
|
|
701
|
+
imports.wbg.__wbg_new_af7b60fde1e58f1b = function() {
|
|
702
|
+
const ret = new Array();
|
|
707
703
|
return ret;
|
|
708
704
|
};
|
|
709
705
|
imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
710
706
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
711
707
|
return ret;
|
|
712
708
|
};
|
|
709
|
+
imports.wbg.__wbg_new_e2884e6fab20df40 = function() {
|
|
710
|
+
const ret = new Map();
|
|
711
|
+
return ret;
|
|
712
|
+
};
|
|
713
713
|
imports.wbg.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
|
|
714
714
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
715
715
|
return ret;
|
|
@@ -798,8 +798,8 @@ function __wbg_get_imports() {
|
|
|
798
798
|
const ret = false;
|
|
799
799
|
return ret;
|
|
800
800
|
};
|
|
801
|
-
imports.wbg.
|
|
802
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
801
|
+
imports.wbg.__wbindgen_closure_wrapper1964 = function(arg0, arg1, arg2) {
|
|
802
|
+
const ret = makeMutClosure(arg0, arg1, 571, __wbg_adapter_30);
|
|
803
803
|
return ret;
|
|
804
804
|
};
|
|
805
805
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/web/acvm_js_bg.wasm.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
|
27
27
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
28
28
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
29
29
|
export const __externref_table_dealloc: (a: number) => void;
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
30
|
+
export const closure570_externref_shim: (a: number, b: number, c: any) => void;
|
|
31
|
+
export const closure1165_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
32
|
+
export const closure1169_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
export const __wbindgen_start: () => void;
|