@noir-lang/noir_wasm 1.0.0-beta.1-29d2d8a.nightly → 1.0.0-beta.1-c44b626.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.
package/dist/node/index_bg.wasm
CHANGED
|
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
|
};
|
|
@@ -533,6 +528,11 @@ module.exports.__wbg_constructor_442eaeb92eb415f3 = function() {
|
|
|
533
528
|
return addHeapObject(ret);
|
|
534
529
|
};
|
|
535
530
|
|
|
531
|
+
module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
532
|
+
const ret = getObject(arg0) === undefined;
|
|
533
|
+
return ret;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
536
|
module.exports.__wbg_constructor_239836dd43decfcc = function(arg0) {
|
|
537
537
|
const ret = new Error(takeObject(arg0));
|
|
538
538
|
return addHeapObject(ret);
|