@noir-lang/noir_wasm 0.35.0-c4273a0.nightly → 0.35.0-f6a7306.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/dist/node/index_bg.wasm
CHANGED
|
Binary file
|
package/dist/node/main.js
CHANGED
|
@@ -527,16 +527,16 @@ module.exports.__wbg_constructor_c846aa1e57e01f57 = function(arg0) {
|
|
|
527
527
|
return addHeapObject(ret);
|
|
528
528
|
};
|
|
529
529
|
|
|
530
|
-
module.exports.__wbg_constructor_5532b520acb38e73 = function() {
|
|
531
|
-
const ret = new Object();
|
|
532
|
-
return addHeapObject(ret);
|
|
533
|
-
};
|
|
534
|
-
|
|
535
530
|
module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
536
531
|
const ret = getObject(arg0) === undefined;
|
|
537
532
|
return ret;
|
|
538
533
|
};
|
|
539
534
|
|
|
535
|
+
module.exports.__wbg_constructor_5532b520acb38e73 = function() {
|
|
536
|
+
const ret = new Object();
|
|
537
|
+
return addHeapObject(ret);
|
|
538
|
+
};
|
|
539
|
+
|
|
540
540
|
module.exports.__wbg_new_abda76e883ba8a5f = function() {
|
|
541
541
|
const ret = new Error();
|
|
542
542
|
return addHeapObject(ret);
|