@aztec/noir-acvm_js 0.86.0 → 0.87.0
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 +10 -10
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/nodejs/acvm_js_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
- package/web/acvm_js.d.ts +2 -2
- package/web/acvm_js.js +9 -9
- package/web/acvm_js_bg.wasm +0 -0
- package/web/acvm_js_bg.wasm.d.ts +2 -2
package/nodejs/acvm_js.js
CHANGED
|
@@ -530,11 +530,11 @@ function __wbg_adapter_30(arg0, arg1, arg2) {
|
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
|
|
533
|
-
wasm.
|
|
533
|
+
wasm.closure807_externref_shim(arg0, arg1, arg2, arg3, arg4);
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
|
|
537
|
-
wasm.
|
|
537
|
+
wasm.closure811_externref_shim(arg0, arg1, arg2, arg3);
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
module.exports.__wbg_call_672a4d21634d4a24 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -552,12 +552,12 @@ module.exports.__wbg_call_833bed5770ea2041 = function() { return handleError(fun
|
|
|
552
552
|
return ret;
|
|
553
553
|
}, arguments) };
|
|
554
554
|
|
|
555
|
-
module.exports.
|
|
555
|
+
module.exports.__wbg_constructor_3e5bc3dc79a9d0b5 = function(arg0) {
|
|
556
556
|
const ret = new Error(arg0);
|
|
557
557
|
return ret;
|
|
558
558
|
};
|
|
559
559
|
|
|
560
|
-
module.exports.
|
|
560
|
+
module.exports.__wbg_constructor_635df50143ef60f3 = function(arg0) {
|
|
561
561
|
const ret = new Error(arg0);
|
|
562
562
|
return ret;
|
|
563
563
|
};
|
|
@@ -673,6 +673,11 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
|
673
673
|
}
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
+
module.exports.__wbg_new_25051b8b4ad00d54 = function() {
|
|
677
|
+
const ret = new Array();
|
|
678
|
+
return ret;
|
|
679
|
+
};
|
|
680
|
+
|
|
676
681
|
module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
677
682
|
const ret = new Map();
|
|
678
683
|
return ret;
|
|
@@ -688,12 +693,7 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
|
688
693
|
return ret;
|
|
689
694
|
};
|
|
690
695
|
|
|
691
|
-
module.exports.
|
|
692
|
-
const ret = new Array();
|
|
693
|
-
return ret;
|
|
694
|
-
};
|
|
695
|
-
|
|
696
|
-
module.exports.__wbg_new_c4d92c865672cdba = function() {
|
|
696
|
+
module.exports.__wbg_new_8c9cda6002b75bf5 = function() {
|
|
697
697
|
const ret = new Map();
|
|
698
698
|
return ret;
|
|
699
699
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
|
@@ -28,6 +28,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
28
28
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
29
29
|
export const __externref_table_dealloc: (a: number) => void;
|
|
30
30
|
export const closure255_externref_shim: (a: number, b: number, c: any) => void;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
31
|
+
export const closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
32
|
+
export const closure811_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
|
@@ -214,8 +214,8 @@ export interface InitOutput {
|
|
|
214
214
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
215
215
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
216
216
|
readonly closure255_externref_shim: (a: number, b: number, c: any) => void;
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
217
|
+
readonly closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
218
|
+
readonly closure811_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
|
@@ -526,11 +526,11 @@ function __wbg_adapter_30(arg0, arg1, arg2) {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
|
|
529
|
-
wasm.
|
|
529
|
+
wasm.closure807_externref_shim(arg0, arg1, arg2, arg3, arg4);
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
|
|
533
|
-
wasm.
|
|
533
|
+
wasm.closure811_externref_shim(arg0, arg1, arg2, arg3);
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
async function __wbg_load(module, imports) {
|
|
@@ -579,11 +579,11 @@ function __wbg_get_imports() {
|
|
|
579
579
|
const ret = arg0.call(arg1, arg2, arg3);
|
|
580
580
|
return ret;
|
|
581
581
|
}, arguments) };
|
|
582
|
-
imports.wbg.
|
|
582
|
+
imports.wbg.__wbg_constructor_3e5bc3dc79a9d0b5 = function(arg0) {
|
|
583
583
|
const ret = new Error(arg0);
|
|
584
584
|
return ret;
|
|
585
585
|
};
|
|
586
|
-
imports.wbg.
|
|
586
|
+
imports.wbg.__wbg_constructor_635df50143ef60f3 = function(arg0) {
|
|
587
587
|
const ret = new Error(arg0);
|
|
588
588
|
return ret;
|
|
589
589
|
};
|
|
@@ -684,6 +684,10 @@ function __wbg_get_imports() {
|
|
|
684
684
|
state0.a = state0.b = 0;
|
|
685
685
|
}
|
|
686
686
|
};
|
|
687
|
+
imports.wbg.__wbg_new_25051b8b4ad00d54 = function() {
|
|
688
|
+
const ret = new Array();
|
|
689
|
+
return ret;
|
|
690
|
+
};
|
|
687
691
|
imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
|
|
688
692
|
const ret = new Map();
|
|
689
693
|
return ret;
|
|
@@ -696,11 +700,7 @@ function __wbg_get_imports() {
|
|
|
696
700
|
const ret = new Error();
|
|
697
701
|
return ret;
|
|
698
702
|
};
|
|
699
|
-
imports.wbg.
|
|
700
|
-
const ret = new Array();
|
|
701
|
-
return ret;
|
|
702
|
-
};
|
|
703
|
-
imports.wbg.__wbg_new_c4d92c865672cdba = function() {
|
|
703
|
+
imports.wbg.__wbg_new_8c9cda6002b75bf5 = function() {
|
|
704
704
|
const ret = new Map();
|
|
705
705
|
return ret;
|
|
706
706
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/web/acvm_js_bg.wasm.d.ts
CHANGED
|
@@ -28,6 +28,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
28
28
|
export const __wbindgen_export_6: WebAssembly.Table;
|
|
29
29
|
export const __externref_table_dealloc: (a: number) => void;
|
|
30
30
|
export const closure255_externref_shim: (a: number, b: number, c: any) => void;
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
31
|
+
export const closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
32
|
+
export const closure811_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
export const __wbindgen_start: () => void;
|