@noir-lang/noir_wasm 0.36.0-b820328.nightly → 0.37.0-f8fd813.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.
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.36.0",
6
+ "version": "0.37.0",
7
7
  "license": "MIT OR Apache-2.0",
8
8
  "files": [
9
9
  "index_bg.wasm",
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.36.0",
6
+ "version": "0.37.0",
7
7
  "license": "MIT OR Apache-2.0",
8
8
  "files": [
9
9
  "index_bg.wasm",
Binary file
package/dist/node/main.js CHANGED
@@ -519,21 +519,21 @@ 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
  };
525
530
 
526
- module.exports.__wbg_constructor_42abc892058cbf24 = function() {
531
+ module.exports.__wbg_constructor_42de8bc8dcb2b8b0 = function() {
527
532
  const ret = new Object();
528
533
  return addHeapObject(ret);
529
534
  };
530
535
 
531
- module.exports.__wbindgen_is_undefined = function(arg0) {
532
- const ret = getObject(arg0) === undefined;
533
- return ret;
534
- };
535
-
536
- module.exports.__wbg_constructor_00b064bf8f1c4a5d = function(arg0) {
536
+ module.exports.__wbg_constructor_b2eb6c76844c9298 = function(arg0) {
537
537
  const ret = new Error(takeObject(arg0));
538
538
  return addHeapObject(ret);
539
539
  };