@noir-lang/noir_wasm 0.29.0-fb039f7.nightly → 0.30.0-23a6477.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/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
|
@@ -527,12 +527,12 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
527
527
|
takeObject(arg0);
|
|
528
528
|
};
|
|
529
529
|
|
|
530
|
-
module.exports.
|
|
530
|
+
module.exports.__wbg_constructor_400faf0d85826e9b = function(arg0) {
|
|
531
531
|
const ret = new Error(takeObject(arg0));
|
|
532
532
|
return addHeapObject(ret);
|
|
533
533
|
};
|
|
534
534
|
|
|
535
|
-
module.exports.
|
|
535
|
+
module.exports.__wbg_constructor_f5d3b6dbabde0560 = function() {
|
|
536
536
|
const ret = new Object();
|
|
537
537
|
return addHeapObject(ret);
|
|
538
538
|
};
|