@aztec/noir-noirc_abi 0.0.1-commit.d1da697d6 → 0.0.1-commit.d20b825a7
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
|
@@ -82,7 +82,7 @@ function __wbg_get_imports() {
|
|
|
82
82
|
__wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
|
|
83
83
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
__wbg_constructor_0ecf3f62aa7eebd9: function(arg0) {
|
|
86
86
|
const ret = new Error(arg0);
|
|
87
87
|
return ret;
|
|
88
88
|
},
|
|
@@ -114,14 +114,14 @@ function __wbg_get_imports() {
|
|
|
114
114
|
state0.a = state0.b = 0;
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
-
__wbg_new_1390430ba54bf329: function() {
|
|
118
|
-
const ret = new Map();
|
|
119
|
-
return ret;
|
|
120
|
-
},
|
|
121
117
|
__wbg_new_227d7c05414eb861: function() {
|
|
122
118
|
const ret = new Error();
|
|
123
119
|
return ret;
|
|
124
120
|
},
|
|
121
|
+
__wbg_new_f1f32132ee519872: function() {
|
|
122
|
+
const ret = new Map();
|
|
123
|
+
return ret;
|
|
124
|
+
},
|
|
125
125
|
__wbg_parse_6dfe891b5bafb5cd: function() { return handleError(function (arg0, arg1) {
|
|
126
126
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
127
127
|
return ret;
|
|
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.0.1-commit.
|
|
6
|
+
"version": "0.0.1-commit.d20b825a7",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"homepage": "https://noir-lang.org/",
|
|
9
9
|
"repository": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aztec/noir-types": "0.0.1-commit.
|
|
39
|
+
"@aztec/noir-types": "0.0.1-commit.d20b825a7"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
43
43
|
"@web/dev-server-esbuild": "^1.0.5",
|
|
44
44
|
"@web/test-runner": "^0.20.2",
|
|
45
45
|
"@web/test-runner-playwright": "^0.11.1",
|
|
46
|
-
"eslint": "^10.
|
|
46
|
+
"eslint": "^10.2.0",
|
|
47
47
|
"mocha": "^11.7.5",
|
|
48
48
|
"tsx": "^4.21.0"
|
|
49
49
|
}
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -78,7 +78,7 @@ function __wbg_get_imports() {
|
|
|
78
78
|
__wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
|
|
79
79
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
80
80
|
},
|
|
81
|
-
|
|
81
|
+
__wbg_constructor_0ecf3f62aa7eebd9: function(arg0) {
|
|
82
82
|
const ret = new Error(arg0);
|
|
83
83
|
return ret;
|
|
84
84
|
},
|
|
@@ -110,14 +110,14 @@ function __wbg_get_imports() {
|
|
|
110
110
|
state0.a = state0.b = 0;
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
__wbg_new_1390430ba54bf329: function() {
|
|
114
|
-
const ret = new Map();
|
|
115
|
-
return ret;
|
|
116
|
-
},
|
|
117
113
|
__wbg_new_227d7c05414eb861: function() {
|
|
118
114
|
const ret = new Error();
|
|
119
115
|
return ret;
|
|
120
116
|
},
|
|
117
|
+
__wbg_new_f1f32132ee519872: function() {
|
|
118
|
+
const ret = new Map();
|
|
119
|
+
return ret;
|
|
120
|
+
},
|
|
121
121
|
__wbg_parse_6dfe891b5bafb5cd: function() { return handleError(function (arg0, arg1) {
|
|
122
122
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
123
123
|
return ret;
|
|
Binary file
|