@aztec/noir-noirc_abi 4.0.0-nightly.20250907 → 4.0.0-nightly.20260107
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 +6 -6
- package/nodejs/noirc_abi_wasm_bg.wasm +0 -0
- package/nodejs/noirc_abi_wasm_bg.wasm.d.ts +1 -1
- package/package.json +5 -5
- package/web/noirc_abi_wasm.d.ts +1 -1
- package/web/noirc_abi_wasm.js +6 -6
- package/web/noirc_abi_wasm_bg.wasm +0 -0
- package/web/noirc_abi_wasm_bg.wasm.d.ts +1 -1
package/nodejs/noirc_abi_wasm.js
CHANGED
|
@@ -170,10 +170,10 @@ module.exports.abiDecodeError = function(abi, raw_error) {
|
|
|
170
170
|
};
|
|
171
171
|
|
|
172
172
|
function __wbg_adapter_30(arg0, arg1, arg2, arg3) {
|
|
173
|
-
wasm.
|
|
173
|
+
wasm.closure240_externref_shim(arg0, arg1, arg2, arg3);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
module.exports.
|
|
176
|
+
module.exports.__wbg_constructor_210046b2b2eca53f = function(arg0) {
|
|
177
177
|
const ret = new Error(arg0);
|
|
178
178
|
return ret;
|
|
179
179
|
};
|
|
@@ -208,13 +208,13 @@ module.exports.__wbg_forEach_e1cf6f7c8ecb7dae = function(arg0, arg1, arg2) {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
module.exports.
|
|
212
|
-
const ret = new
|
|
211
|
+
module.exports.__wbg_new_8a6f238a6ece86ea = function() {
|
|
212
|
+
const ret = new Error();
|
|
213
213
|
return ret;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
-
module.exports.
|
|
217
|
-
const ret = new
|
|
216
|
+
module.exports.__wbg_new_b9f5cd713bddf19d = function() {
|
|
217
|
+
const ret = new Map();
|
|
218
218
|
return ret;
|
|
219
219
|
};
|
|
220
220
|
|
|
Binary file
|
|
@@ -12,5 +12,5 @@ export const __wbindgen_export_3: WebAssembly.Table;
|
|
|
12
12
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
13
13
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
14
14
|
export const __externref_table_dealloc: (a: number) => void;
|
|
15
|
-
export const
|
|
15
|
+
export const closure240_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
16
16
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"contributors": [
|
|
4
4
|
"The Noir Team <team@noir-lang.org>"
|
|
5
5
|
],
|
|
6
|
-
"version": "4.0.0-nightly.
|
|
6
|
+
"version": "4.0.0-nightly.20260107",
|
|
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": "4.0.0-nightly.
|
|
39
|
+
"@aztec/noir-types": "4.0.0-nightly.20260107"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
43
|
-
"@web/dev-server-esbuild": "^0.
|
|
43
|
+
"@web/dev-server-esbuild": "^1.0.4",
|
|
44
44
|
"@web/test-runner": "^0.20.2",
|
|
45
|
-
"@web/test-runner-playwright": "^0.11.
|
|
46
|
-
"eslint": "^9.
|
|
45
|
+
"@web/test-runner-playwright": "^0.11.1",
|
|
46
|
+
"eslint": "^9.39.1",
|
|
47
47
|
"mocha": "^11.5.0"
|
|
48
48
|
}
|
|
49
49
|
}
|
package/web/noirc_abi_wasm.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export interface InitOutput {
|
|
|
29
29
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
30
30
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
31
31
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
32
|
-
readonly
|
|
32
|
+
readonly closure240_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
33
33
|
readonly __wbindgen_start: () => void;
|
|
34
34
|
}
|
|
35
35
|
|
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -166,7 +166,7 @@ export function abiDecodeError(abi, raw_error) {
|
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
function __wbg_adapter_30(arg0, arg1, arg2, arg3) {
|
|
169
|
-
wasm.
|
|
169
|
+
wasm.closure240_externref_shim(arg0, arg1, arg2, arg3);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
async function __wbg_load(module, imports) {
|
|
@@ -203,7 +203,7 @@ async function __wbg_load(module, imports) {
|
|
|
203
203
|
function __wbg_get_imports() {
|
|
204
204
|
const imports = {};
|
|
205
205
|
imports.wbg = {};
|
|
206
|
-
imports.wbg.
|
|
206
|
+
imports.wbg.__wbg_constructor_210046b2b2eca53f = function(arg0) {
|
|
207
207
|
const ret = new Error(arg0);
|
|
208
208
|
return ret;
|
|
209
209
|
};
|
|
@@ -235,14 +235,14 @@ function __wbg_get_imports() {
|
|
|
235
235
|
state0.a = state0.b = 0;
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
|
-
imports.wbg.__wbg_new_07be285e4e47e52e = function() {
|
|
239
|
-
const ret = new Map();
|
|
240
|
-
return ret;
|
|
241
|
-
};
|
|
242
238
|
imports.wbg.__wbg_new_8a6f238a6ece86ea = function() {
|
|
243
239
|
const ret = new Error();
|
|
244
240
|
return ret;
|
|
245
241
|
};
|
|
242
|
+
imports.wbg.__wbg_new_b9f5cd713bddf19d = function() {
|
|
243
|
+
const ret = new Map();
|
|
244
|
+
return ret;
|
|
245
|
+
};
|
|
246
246
|
imports.wbg.__wbg_parse_def2e24ef1252aff = function() { return handleError(function (arg0, arg1) {
|
|
247
247
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
248
248
|
return ret;
|
|
Binary file
|
|
@@ -12,5 +12,5 @@ export const __wbindgen_export_3: WebAssembly.Table;
|
|
|
12
12
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
13
13
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
14
14
|
export const __externref_table_dealloc: (a: number) => void;
|
|
15
|
-
export const
|
|
15
|
+
export const closure240_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
16
16
|
export const __wbindgen_start: () => void;
|