@noir-lang/acvm_js 1.0.0-beta.2-44c35dc.nightly → 1.0.0-beta.3-c254c3c.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
|
@@ -656,7 +656,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
|
656
656
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
-
module.exports.
|
|
659
|
+
module.exports.__wbg_new_9f82ec4c0bc017c1 = function() {
|
|
660
660
|
const ret = new Map();
|
|
661
661
|
return addHeapObject(ret);
|
|
662
662
|
};
|
|
@@ -681,12 +681,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
681
681
|
return ret;
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
module.exports.
|
|
684
|
+
module.exports.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
|
|
685
685
|
const ret = new Error(takeObject(arg0));
|
|
686
686
|
return addHeapObject(ret);
|
|
687
687
|
};
|
|
688
688
|
|
|
689
|
-
module.exports.
|
|
689
|
+
module.exports.__wbg_new_0fe3b501601ef88e = function() {
|
|
690
690
|
const ret = new Array();
|
|
691
691
|
return addHeapObject(ret);
|
|
692
692
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -683,7 +683,7 @@ function __wbg_get_imports() {
|
|
|
683
683
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
684
684
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
685
685
|
};
|
|
686
|
-
imports.wbg.
|
|
686
|
+
imports.wbg.__wbg_new_9f82ec4c0bc017c1 = function() {
|
|
687
687
|
const ret = new Map();
|
|
688
688
|
return addHeapObject(ret);
|
|
689
689
|
};
|
|
@@ -704,11 +704,11 @@ function __wbg_get_imports() {
|
|
|
704
704
|
const ret = false;
|
|
705
705
|
return ret;
|
|
706
706
|
};
|
|
707
|
-
imports.wbg.
|
|
707
|
+
imports.wbg.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
|
|
708
708
|
const ret = new Error(takeObject(arg0));
|
|
709
709
|
return addHeapObject(ret);
|
|
710
710
|
};
|
|
711
|
-
imports.wbg.
|
|
711
|
+
imports.wbg.__wbg_new_0fe3b501601ef88e = function() {
|
|
712
712
|
const ret = new Array();
|
|
713
713
|
return addHeapObject(ret);
|
|
714
714
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|