@noir-lang/noir_wasm 0.36.0 → 0.37.0
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/build/cjs/package.json +1 -1
- package/build/esm/package.json +1 -1
- package/dist/node/index_bg.wasm +0 -0
- package/dist/node/main.js +7 -7
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +3 -3
- package/dist/web/main.mjs +7 -7
- package/dist/web/main.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/package.json
CHANGED
package/build/esm/package.json
CHANGED
package/dist/node/index_bg.wasm
CHANGED
|
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.
|
|
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.
|
|
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
|
};
|