@noir-lang/acvm_js 0.44.0 → 0.45.0-e43661d.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 +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
|
@@ -760,12 +760,12 @@ module.exports.__wbindgen_object_clone_ref = function(arg0) {
|
|
|
760
760
|
return addHeapObject(ret);
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
-
module.exports.
|
|
763
|
+
module.exports.__wbg_constructor_3c870f698332d32a = function(arg0) {
|
|
764
764
|
const ret = new Error(takeObject(arg0));
|
|
765
765
|
return addHeapObject(ret);
|
|
766
766
|
};
|
|
767
767
|
|
|
768
|
-
module.exports.
|
|
768
|
+
module.exports.__wbg_new_500c474da81d0c8a = function() {
|
|
769
769
|
const ret = new Map();
|
|
770
770
|
return addHeapObject(ret);
|
|
771
771
|
};
|
|
@@ -799,7 +799,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
799
799
|
return ret;
|
|
800
800
|
};
|
|
801
801
|
|
|
802
|
-
module.exports.
|
|
802
|
+
module.exports.__wbg_new_575b760e13535a20 = function() {
|
|
803
803
|
const ret = new Array();
|
|
804
804
|
return addHeapObject(ret);
|
|
805
805
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -783,11 +783,11 @@ function __wbg_get_imports() {
|
|
|
783
783
|
const ret = getObject(arg0);
|
|
784
784
|
return addHeapObject(ret);
|
|
785
785
|
};
|
|
786
|
-
imports.wbg.
|
|
786
|
+
imports.wbg.__wbg_constructor_3c870f698332d32a = function(arg0) {
|
|
787
787
|
const ret = new Error(takeObject(arg0));
|
|
788
788
|
return addHeapObject(ret);
|
|
789
789
|
};
|
|
790
|
-
imports.wbg.
|
|
790
|
+
imports.wbg.__wbg_new_500c474da81d0c8a = function() {
|
|
791
791
|
const ret = new Map();
|
|
792
792
|
return addHeapObject(ret);
|
|
793
793
|
};
|
|
@@ -816,7 +816,7 @@ function __wbg_get_imports() {
|
|
|
816
816
|
const ret = false;
|
|
817
817
|
return ret;
|
|
818
818
|
};
|
|
819
|
-
imports.wbg.
|
|
819
|
+
imports.wbg.__wbg_new_575b760e13535a20 = function() {
|
|
820
820
|
const ret = new Array();
|
|
821
821
|
return addHeapObject(ret);
|
|
822
822
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|