@noir-lang/noir_wasm 0.37.0-fb1a8ca.nightly → 0.38.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 +2 -2
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +2 -2
- package/dist/web/main.mjs +3 -3
- 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
|
@@ -522,7 +522,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
522
522
|
takeObject(arg0);
|
|
523
523
|
};
|
|
524
524
|
|
|
525
|
-
module.exports.
|
|
525
|
+
module.exports.__wbg_constructor_4b094d25f96a28ea = function(arg0) {
|
|
526
526
|
const ret = new Error(takeObject(arg0));
|
|
527
527
|
return addHeapObject(ret);
|
|
528
528
|
};
|
|
@@ -532,7 +532,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
532
532
|
return ret;
|
|
533
533
|
};
|
|
534
534
|
|
|
535
|
-
module.exports.
|
|
535
|
+
module.exports.__wbg_constructor_df95a026f19d407a = function() {
|
|
536
536
|
const ret = new Object();
|
|
537
537
|
return addHeapObject(ret);
|
|
538
538
|
};
|