@noir-lang/noir_wasm 0.27.0-21f9f6f.nightly → 0.27.0-4a3ffb7.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.
Binary file
package/dist/node/main.js CHANGED
@@ -518,6 +518,11 @@ class PathToFileSourceMap {
518
518
  }
519
519
  module.exports.PathToFileSourceMap = PathToFileSourceMap;
520
520
 
521
+ module.exports.__wbindgen_is_undefined = function(arg0) {
522
+ const ret = getObject(arg0) === undefined;
523
+ return ret;
524
+ };
525
+
521
526
  module.exports.__wbindgen_object_drop_ref = function(arg0) {
522
527
  takeObject(arg0);
523
528
  };
@@ -527,11 +532,6 @@ module.exports.__wbg_constructor_d324422a76f57e97 = function(arg0) {
527
532
  return addHeapObject(ret);
528
533
  };
529
534
 
530
- module.exports.__wbindgen_is_undefined = function(arg0) {
531
- const ret = getObject(arg0) === undefined;
532
- return ret;
533
- };
534
-
535
535
  module.exports.__wbg_constructor_5ba06a405a88a2ec = function() {
536
536
  const ret = new Object();
537
537
  return addHeapObject(ret);