@noir-lang/noir_wasm 1.0.0-beta.8-f073164.nightly → 1.0.0-beta.9
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 +5 -5
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +3 -3
- package/dist/web/main.mjs +6 -6
- 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
|
@@ -11699,18 +11699,18 @@ class PathToFileSourceMap {
|
|
|
11699
11699
|
}
|
|
11700
11700
|
module.exports.PathToFileSourceMap = PathToFileSourceMap;
|
|
11701
11701
|
|
|
11702
|
-
module.exports.
|
|
11702
|
+
module.exports.__wbg_constructor_270c398b2bfc4cd0 = function() {
|
|
11703
11703
|
const ret = new Object();
|
|
11704
11704
|
return ret;
|
|
11705
11705
|
};
|
|
11706
11706
|
|
|
11707
|
-
module.exports.
|
|
11708
|
-
const ret = new
|
|
11707
|
+
module.exports.__wbg_constructor_5aa97bcc39c3c3b2 = function(arg0) {
|
|
11708
|
+
const ret = new Error(arg0);
|
|
11709
11709
|
return ret;
|
|
11710
11710
|
};
|
|
11711
11711
|
|
|
11712
|
-
module.exports.
|
|
11713
|
-
const ret = new
|
|
11712
|
+
module.exports.__wbg_constructor_8c8fdca087c07a9f = function() {
|
|
11713
|
+
const ret = new Object();
|
|
11714
11714
|
return ret;
|
|
11715
11715
|
};
|
|
11716
11716
|
|