@noir-lang/noir_wasm 1.0.0-beta.0-2f46f5a.nightly → 1.0.0-beta.0-52bcb0f.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
|
@@ -523,11 +523,6 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
523
523
|
takeObject(arg0);
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
module.exports.__wbg_constructor_9385d1ac06a443db = function(arg0) {
|
|
527
|
-
const ret = new Error(takeObject(arg0));
|
|
528
|
-
return addHeapObject(ret);
|
|
529
|
-
};
|
|
530
|
-
|
|
531
526
|
module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
532
527
|
const ret = getObject(arg0) === undefined;
|
|
533
528
|
return ret;
|
|
@@ -538,6 +533,11 @@ module.exports.__wbg_constructor_acfdb1c959ba62e1 = function() {
|
|
|
538
533
|
return addHeapObject(ret);
|
|
539
534
|
};
|
|
540
535
|
|
|
536
|
+
module.exports.__wbg_constructor_9385d1ac06a443db = function(arg0) {
|
|
537
|
+
const ret = new Error(takeObject(arg0));
|
|
538
|
+
return addHeapObject(ret);
|
|
539
|
+
};
|
|
540
|
+
|
|
541
541
|
module.exports.__wbg_new_abda76e883ba8a5f = function() {
|
|
542
542
|
const ret = new Error();
|
|
543
543
|
return addHeapObject(ret);
|