@noir-lang/noir_wasm 0.31.0-7b77bbf.nightly → 0.31.0-bb6913a.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,11 +519,6 @@ 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
-
527
522
  module.exports.__wbindgen_object_drop_ref = function(arg0) {
528
523
  takeObject(arg0);
529
524
  };
@@ -538,6 +533,11 @@ module.exports.__wbg_constructor_2a2d75afec348bca = function(arg0) {
538
533
  return addHeapObject(ret);
539
534
  };
540
535
 
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);