@noir-lang/acvm_js 1.0.0-beta.8-f073164.nightly → 1.0.0-beta.9
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 +8 -8
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/acvm_js.js +8 -8
- package/web/acvm_js_bg.wasm +0 -0
package/nodejs/acvm_js.js
CHANGED
|
@@ -553,12 +553,12 @@ module.exports.__wbg_call_833bed5770ea2041 = function() { return handleError(fun
|
|
|
553
553
|
return ret;
|
|
554
554
|
}, arguments) };
|
|
555
555
|
|
|
556
|
-
module.exports.
|
|
556
|
+
module.exports.__wbg_constructor_485c344f17716fe1 = function(arg0) {
|
|
557
557
|
const ret = new Error(arg0);
|
|
558
558
|
return ret;
|
|
559
559
|
};
|
|
560
560
|
|
|
561
|
-
module.exports.
|
|
561
|
+
module.exports.__wbg_constructor_4d3f186b35aa8368 = function(arg0) {
|
|
562
562
|
const ret = new Error(arg0);
|
|
563
563
|
return ret;
|
|
564
564
|
};
|
|
@@ -679,7 +679,7 @@ module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
|
679
679
|
return ret;
|
|
680
680
|
};
|
|
681
681
|
|
|
682
|
-
module.exports.
|
|
682
|
+
module.exports.__wbg_new_5f3ae2f96f8de996 = function() {
|
|
683
683
|
const ret = new Array();
|
|
684
684
|
return ret;
|
|
685
685
|
};
|
|
@@ -694,13 +694,13 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
|
694
694
|
return ret;
|
|
695
695
|
};
|
|
696
696
|
|
|
697
|
-
module.exports.
|
|
698
|
-
const ret = new
|
|
697
|
+
module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
698
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
699
699
|
return ret;
|
|
700
700
|
};
|
|
701
701
|
|
|
702
|
-
module.exports.
|
|
703
|
-
const ret = new
|
|
702
|
+
module.exports.__wbg_new_e48d31efda68db91 = function() {
|
|
703
|
+
const ret = new Map();
|
|
704
704
|
return ret;
|
|
705
705
|
};
|
|
706
706
|
|
|
@@ -813,7 +813,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
813
813
|
return ret;
|
|
814
814
|
};
|
|
815
815
|
|
|
816
|
-
module.exports.
|
|
816
|
+
module.exports.__wbindgen_closure_wrapper2143 = function(arg0, arg1, arg2) {
|
|
817
817
|
const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
|
|
818
818
|
return ret;
|
|
819
819
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -580,11 +580,11 @@ function __wbg_get_imports() {
|
|
|
580
580
|
const ret = arg0.call(arg1, arg2, arg3);
|
|
581
581
|
return ret;
|
|
582
582
|
}, arguments) };
|
|
583
|
-
imports.wbg.
|
|
583
|
+
imports.wbg.__wbg_constructor_485c344f17716fe1 = function(arg0) {
|
|
584
584
|
const ret = new Error(arg0);
|
|
585
585
|
return ret;
|
|
586
586
|
};
|
|
587
|
-
imports.wbg.
|
|
587
|
+
imports.wbg.__wbg_constructor_4d3f186b35aa8368 = function(arg0) {
|
|
588
588
|
const ret = new Error(arg0);
|
|
589
589
|
return ret;
|
|
590
590
|
};
|
|
@@ -689,7 +689,7 @@ function __wbg_get_imports() {
|
|
|
689
689
|
const ret = new Map();
|
|
690
690
|
return ret;
|
|
691
691
|
};
|
|
692
|
-
imports.wbg.
|
|
692
|
+
imports.wbg.__wbg_new_5f3ae2f96f8de996 = function() {
|
|
693
693
|
const ret = new Array();
|
|
694
694
|
return ret;
|
|
695
695
|
};
|
|
@@ -701,14 +701,14 @@ function __wbg_get_imports() {
|
|
|
701
701
|
const ret = new Error();
|
|
702
702
|
return ret;
|
|
703
703
|
};
|
|
704
|
-
imports.wbg.__wbg_new_9d8c1790c9f203ab = function() {
|
|
705
|
-
const ret = new Map();
|
|
706
|
-
return ret;
|
|
707
|
-
};
|
|
708
704
|
imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
709
705
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
710
706
|
return ret;
|
|
711
707
|
};
|
|
708
|
+
imports.wbg.__wbg_new_e48d31efda68db91 = function() {
|
|
709
|
+
const ret = new Map();
|
|
710
|
+
return ret;
|
|
711
|
+
};
|
|
712
712
|
imports.wbg.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
|
|
713
713
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
714
714
|
return ret;
|
|
@@ -797,7 +797,7 @@ function __wbg_get_imports() {
|
|
|
797
797
|
const ret = false;
|
|
798
798
|
return ret;
|
|
799
799
|
};
|
|
800
|
-
imports.wbg.
|
|
800
|
+
imports.wbg.__wbindgen_closure_wrapper2143 = function(arg0, arg1, arg2) {
|
|
801
801
|
const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
|
|
802
802
|
return ret;
|
|
803
803
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|