@noir-lang/acvm_js 1.0.0-beta.14-e5a9309.nightly → 1.0.0-beta.15
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
|
@@ -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_c63bcfd244db473f = 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_e54436b6bd1581f7 = function(arg0) {
|
|
562
562
|
const ret = new Error(arg0);
|
|
563
563
|
return ret;
|
|
564
564
|
};
|
|
@@ -674,6 +674,11 @@ module.exports.__wbg_new_23a2665fac83c611 = function(arg0, arg1) {
|
|
|
674
674
|
}
|
|
675
675
|
};
|
|
676
676
|
|
|
677
|
+
module.exports.__wbg_new_36c79b224aeafbf0 = function() {
|
|
678
|
+
const ret = new Array();
|
|
679
|
+
return ret;
|
|
680
|
+
};
|
|
681
|
+
|
|
677
682
|
module.exports.__wbg_new_5e0be73521bc8c17 = function() {
|
|
678
683
|
const ret = new Map();
|
|
679
684
|
return ret;
|
|
@@ -689,8 +694,8 @@ module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
|
689
694
|
return ret;
|
|
690
695
|
};
|
|
691
696
|
|
|
692
|
-
module.exports.
|
|
693
|
-
const ret = new
|
|
697
|
+
module.exports.__wbg_new_c08cf36011667e78 = function() {
|
|
698
|
+
const ret = new Map();
|
|
694
699
|
return ret;
|
|
695
700
|
};
|
|
696
701
|
|
|
@@ -699,11 +704,6 @@ module.exports.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
|
699
704
|
return ret;
|
|
700
705
|
};
|
|
701
706
|
|
|
702
|
-
module.exports.__wbg_new_e2884e6fab20df40 = function() {
|
|
703
|
-
const ret = new Map();
|
|
704
|
-
return ret;
|
|
705
|
-
};
|
|
706
|
-
|
|
707
707
|
module.exports.__wbg_newnoargs_105ed471475aaf50 = function(arg0, arg1) {
|
|
708
708
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
709
709
|
return ret;
|
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_c63bcfd244db473f = function(arg0) {
|
|
584
584
|
const ret = new Error(arg0);
|
|
585
585
|
return ret;
|
|
586
586
|
};
|
|
587
|
-
imports.wbg.
|
|
587
|
+
imports.wbg.__wbg_constructor_e54436b6bd1581f7 = function(arg0) {
|
|
588
588
|
const ret = new Error(arg0);
|
|
589
589
|
return ret;
|
|
590
590
|
};
|
|
@@ -685,6 +685,10 @@ function __wbg_get_imports() {
|
|
|
685
685
|
state0.a = state0.b = 0;
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
|
+
imports.wbg.__wbg_new_36c79b224aeafbf0 = function() {
|
|
689
|
+
const ret = new Array();
|
|
690
|
+
return ret;
|
|
691
|
+
};
|
|
688
692
|
imports.wbg.__wbg_new_5e0be73521bc8c17 = function() {
|
|
689
693
|
const ret = new Map();
|
|
690
694
|
return ret;
|
|
@@ -697,18 +701,14 @@ function __wbg_get_imports() {
|
|
|
697
701
|
const ret = new Error();
|
|
698
702
|
return ret;
|
|
699
703
|
};
|
|
700
|
-
imports.wbg.
|
|
701
|
-
const ret = new
|
|
704
|
+
imports.wbg.__wbg_new_c08cf36011667e78 = function() {
|
|
705
|
+
const ret = new Map();
|
|
702
706
|
return ret;
|
|
703
707
|
};
|
|
704
708
|
imports.wbg.__wbg_new_c68d7209be747379 = function(arg0, arg1) {
|
|
705
709
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
706
710
|
return ret;
|
|
707
711
|
};
|
|
708
|
-
imports.wbg.__wbg_new_e2884e6fab20df40 = 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;
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|