@noir-lang/noirc_abi 0.31.0 → 0.32.0-2b4853e.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/nodejs/noirc_abi_wasm.js
CHANGED
|
@@ -249,12 +249,12 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
|
249
249
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
250
250
|
};
|
|
251
251
|
|
|
252
|
-
module.exports.
|
|
252
|
+
module.exports.__wbg_constructor_608b2200692fea49 = function(arg0) {
|
|
253
253
|
const ret = new Error(takeObject(arg0));
|
|
254
254
|
return addHeapObject(ret);
|
|
255
255
|
};
|
|
256
256
|
|
|
257
|
-
module.exports.
|
|
257
|
+
module.exports.__wbg_new_6c8f9f6ac412293e = function() {
|
|
258
258
|
const ret = new Map();
|
|
259
259
|
return addHeapObject(ret);
|
|
260
260
|
};
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"contributors": [
|
|
4
4
|
"The Noir Team <team@noir-lang.org>"
|
|
5
5
|
],
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.32.0-2b4853e.nightly",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"homepage": "https://noir-lang.org/",
|
|
9
9
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@noir-lang/types": "0.
|
|
39
|
+
"@noir-lang/types": "0.32.0-2b4853e.nightly"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -277,11 +277,11 @@ function __wbg_get_imports() {
|
|
|
277
277
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
278
278
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
279
279
|
};
|
|
280
|
-
imports.wbg.
|
|
280
|
+
imports.wbg.__wbg_constructor_608b2200692fea49 = function(arg0) {
|
|
281
281
|
const ret = new Error(takeObject(arg0));
|
|
282
282
|
return addHeapObject(ret);
|
|
283
283
|
};
|
|
284
|
-
imports.wbg.
|
|
284
|
+
imports.wbg.__wbg_new_6c8f9f6ac412293e = function() {
|
|
285
285
|
const ret = new Map();
|
|
286
286
|
return addHeapObject(ret);
|
|
287
287
|
};
|
|
Binary file
|