@noir-lang/noir_wasm 1.0.0-beta.2-b7ace68.nightly → 1.0.0-beta.2-49a095d.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
@@ -519,6 +519,11 @@ class PathToFileSourceMap {
519
519
  }
520
520
  module.exports.PathToFileSourceMap = PathToFileSourceMap;
521
521
 
522
+ module.exports.__wbindgen_is_undefined = function(arg0) {
523
+ const ret = getObject(arg0) === undefined;
524
+ return ret;
525
+ };
526
+
522
527
  module.exports.__wbindgen_object_drop_ref = function(arg0) {
523
528
  takeObject(arg0);
524
529
  };
@@ -533,11 +538,6 @@ module.exports.__wbg_constructor_ab239518aa627840 = function(arg0) {
533
538
  return addHeapObject(ret);
534
539
  };
535
540
 
536
- module.exports.__wbindgen_is_undefined = function(arg0) {
537
- const ret = getObject(arg0) === undefined;
538
- return ret;
539
- };
540
-
541
541
  module.exports.__wbg_new_abda76e883ba8a5f = function() {
542
542
  const ret = new Error();
543
543
  return addHeapObject(ret);