@aztec/noir-noirc_abi 4.0.0-nightly.20260111 → 4.0.0-nightly.20260113
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 +1 -1
- package/nodejs/noirc_abi_wasm_bg.wasm +0 -0
- package/nodejs/noirc_abi_wasm_bg.wasm.d.ts +1 -1
- package/package.json +2 -2
- package/web/noirc_abi_wasm.d.ts +1 -1
- package/web/noirc_abi_wasm.js +1 -1
- 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,7 +170,7 @@ 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.closure189_externref_shim(arg0, arg1, arg2, arg3);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
module.exports.__wbg_constructor_3592dabf8a4edaea = function(arg0) {
|
|
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 closure189_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.20260113",
|
|
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 . --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aztec/noir-types": "4.0.0-nightly.
|
|
39
|
+
"@aztec/noir-types": "4.0.0-nightly.20260113"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
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 closure189_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.closure189_externref_shim(arg0, arg1, arg2, arg3);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
async function __wbg_load(module, imports) {
|
|
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 closure189_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
16
16
|
export const __wbindgen_start: () => void;
|