@noir-lang/acvm_js 1.0.0-beta.1-819a53a.nightly → 1.0.0-beta.2
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 +3 -3
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/acvm_js.js +3 -3
- package/web/acvm_js_bg.wasm +0 -0
package/nodejs/acvm_js.js
CHANGED
|
@@ -642,12 +642,12 @@ module.exports.__wbindgen_is_array = function(arg0) {
|
|
|
642
642
|
return ret;
|
|
643
643
|
};
|
|
644
644
|
|
|
645
|
-
module.exports.
|
|
645
|
+
module.exports.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
|
|
646
646
|
const ret = new Error(takeObject(arg0));
|
|
647
647
|
return addHeapObject(ret);
|
|
648
648
|
};
|
|
649
649
|
|
|
650
|
-
module.exports.
|
|
650
|
+
module.exports.__wbg_new_35cd49f1520efef9 = function() {
|
|
651
651
|
const ret = new Map();
|
|
652
652
|
return addHeapObject(ret);
|
|
653
653
|
};
|
|
@@ -693,7 +693,7 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
|
693
693
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
module.exports.
|
|
696
|
+
module.exports.__wbg_new_3904a031fd091cf2 = function() {
|
|
697
697
|
const ret = new Array();
|
|
698
698
|
return addHeapObject(ret);
|
|
699
699
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -671,11 +671,11 @@ function __wbg_get_imports() {
|
|
|
671
671
|
const ret = Array.isArray(getObject(arg0));
|
|
672
672
|
return ret;
|
|
673
673
|
};
|
|
674
|
-
imports.wbg.
|
|
674
|
+
imports.wbg.__wbg_constructor_7d42f5e2b3ae2f5e = function(arg0) {
|
|
675
675
|
const ret = new Error(takeObject(arg0));
|
|
676
676
|
return addHeapObject(ret);
|
|
677
677
|
};
|
|
678
|
-
imports.wbg.
|
|
678
|
+
imports.wbg.__wbg_new_35cd49f1520efef9 = function() {
|
|
679
679
|
const ret = new Map();
|
|
680
680
|
return addHeapObject(ret);
|
|
681
681
|
};
|
|
@@ -714,7 +714,7 @@ function __wbg_get_imports() {
|
|
|
714
714
|
getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
|
|
715
715
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
716
716
|
};
|
|
717
|
-
imports.wbg.
|
|
717
|
+
imports.wbg.__wbg_new_3904a031fd091cf2 = function() {
|
|
718
718
|
const ret = new Array();
|
|
719
719
|
return addHeapObject(ret);
|
|
720
720
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|