@noir-lang/noir_wasm 0.31.0-55d8e05.nightly → 0.31.0-70ebf60.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,16 +523,16 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
523
523
|
takeObject(arg0);
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
module.exports.__wbg_constructor_23a70262203c0d24 = function() {
|
|
527
|
-
const ret = new Object();
|
|
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;
|
|
534
529
|
};
|
|
535
530
|
|
|
531
|
+
module.exports.__wbg_constructor_23a70262203c0d24 = function() {
|
|
532
|
+
const ret = new Object();
|
|
533
|
+
return addHeapObject(ret);
|
|
534
|
+
};
|
|
535
|
+
|
|
536
536
|
module.exports.__wbg_constructor_2a2d75afec348bca = function(arg0) {
|
|
537
537
|
const ret = new Error(takeObject(arg0));
|
|
538
538
|
return addHeapObject(ret);
|