@noir-lang/acvm_js 1.0.0-beta.5-b657b07.nightly → 1.0.0-beta.6-e796dfd.nightly
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 +9 -9
- 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
|
@@ -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_057bae5a20622f39 = 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_37b4c4c6c4cd93e2 = function(arg0) {
|
|
561
561
|
const ret = new Error(arg0);
|
|
562
562
|
return ret;
|
|
563
563
|
};
|
|
@@ -673,8 +673,8 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
|
673
673
|
}
|
|
674
674
|
};
|
|
675
675
|
|
|
676
|
-
module.exports.
|
|
677
|
-
const ret = new
|
|
676
|
+
module.exports.__wbg_new_2a807b4b89247fc6 = function() {
|
|
677
|
+
const ret = new Map();
|
|
678
678
|
return ret;
|
|
679
679
|
};
|
|
680
680
|
|
|
@@ -683,18 +683,18 @@ module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
|
683
683
|
return ret;
|
|
684
684
|
};
|
|
685
685
|
|
|
686
|
-
module.exports.
|
|
686
|
+
module.exports.__wbg_new_6cb84102b00476a8 = function() {
|
|
687
687
|
const ret = new Array();
|
|
688
688
|
return ret;
|
|
689
689
|
};
|
|
690
690
|
|
|
691
|
-
module.exports.
|
|
692
|
-
const ret = new
|
|
691
|
+
module.exports.__wbg_new_78feb108b6472713 = function() {
|
|
692
|
+
const ret = new Array();
|
|
693
693
|
return ret;
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
module.exports.
|
|
697
|
-
const ret = new
|
|
696
|
+
module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
697
|
+
const ret = new Error();
|
|
698
698
|
return ret;
|
|
699
699
|
};
|
|
700
700
|
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -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_057bae5a20622f39 = function(arg0) {
|
|
583
583
|
const ret = new Error(arg0);
|
|
584
584
|
return ret;
|
|
585
585
|
};
|
|
586
|
-
imports.wbg.
|
|
586
|
+
imports.wbg.__wbg_constructor_37b4c4c6c4cd93e2 = function(arg0) {
|
|
587
587
|
const ret = new Error(arg0);
|
|
588
588
|
return ret;
|
|
589
589
|
};
|
|
@@ -684,14 +684,18 @@ function __wbg_get_imports() {
|
|
|
684
684
|
state0.a = state0.b = 0;
|
|
685
685
|
}
|
|
686
686
|
};
|
|
687
|
-
imports.wbg.
|
|
688
|
-
const ret = new
|
|
687
|
+
imports.wbg.__wbg_new_2a807b4b89247fc6 = function() {
|
|
688
|
+
const ret = new Map();
|
|
689
689
|
return ret;
|
|
690
690
|
};
|
|
691
691
|
imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
|
|
692
692
|
const ret = new Map();
|
|
693
693
|
return ret;
|
|
694
694
|
};
|
|
695
|
+
imports.wbg.__wbg_new_6cb84102b00476a8 = function() {
|
|
696
|
+
const ret = new Array();
|
|
697
|
+
return ret;
|
|
698
|
+
};
|
|
695
699
|
imports.wbg.__wbg_new_78feb108b6472713 = function() {
|
|
696
700
|
const ret = new Array();
|
|
697
701
|
return ret;
|
|
@@ -700,10 +704,6 @@ function __wbg_get_imports() {
|
|
|
700
704
|
const ret = new Error();
|
|
701
705
|
return ret;
|
|
702
706
|
};
|
|
703
|
-
imports.wbg.__wbg_new_8c9cda6002b75bf5 = function() {
|
|
704
|
-
const ret = new Map();
|
|
705
|
-
return ret;
|
|
706
|
-
};
|
|
707
707
|
imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
708
708
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
709
709
|
return ret;
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|