@noir-lang/noir_wasm 0.27.0-606ff44.nightly → 0.27.0-90ee479.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,11 +518,6 @@ 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
-
526
521
  module.exports.__wbindgen_object_drop_ref = function(arg0) {
527
522
  takeObject(arg0);
528
523
  };
@@ -532,6 +527,11 @@ module.exports.__wbg_constructor_d324422a76f57e97 = function(arg0) {
532
527
  return addHeapObject(ret);
533
528
  };
534
529
 
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);