@aztec/noir-noirc_abi 0.0.1-commit.f5d02921e → 0.0.1-commit.f7ea82942
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 +8 -8
- 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 +8 -8
- 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
|
@@ -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
|
},
|
|
@@ -104,7 +104,7 @@ function __wbg_get_imports() {
|
|
|
104
104
|
const a = state0.a;
|
|
105
105
|
state0.a = 0;
|
|
106
106
|
try {
|
|
107
|
-
return
|
|
107
|
+
return wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(a, state0.b, arg0, arg1);
|
|
108
108
|
} finally {
|
|
109
109
|
state0.a = a;
|
|
110
110
|
}
|
|
@@ -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;
|
|
@@ -167,8 +167,8 @@ function __wbg_get_imports() {
|
|
|
167
167
|
};
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
function
|
|
171
|
-
wasm.
|
|
170
|
+
function wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(arg0, arg1, arg2, arg3) {
|
|
171
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(arg0, arg1, arg2, arg3);
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
function addToExternrefTable0(obj) {
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ export const abiEncode: (a: any, b: any, c: number) => [number, number, number];
|
|
|
5
5
|
export const abiDecode: (a: any, b: any) => [number, number, number];
|
|
6
6
|
export const serializeWitness: (a: any) => [number, number, number, number];
|
|
7
7
|
export const abiDecodeError: (a: any, b: any) => [number, number, number];
|
|
8
|
-
export const
|
|
8
|
+
export const wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551: (a: number, b: number, c: any, d: any) => void;
|
|
9
9
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
10
10
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
11
11
|
export const __wbindgen_free: (a: number, b: number, c: number) => 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": "0.0.1-commit.
|
|
6
|
+
"version": "0.0.1-commit.f7ea82942",
|
|
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": "0.0.1-commit.
|
|
39
|
+
"@aztec/noir-types": "0.0.1-commit.f7ea82942"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
package/web/noirc_abi_wasm.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface InitOutput {
|
|
|
26
26
|
readonly abiDecode: (a: any, b: any) => [number, number, number];
|
|
27
27
|
readonly serializeWitness: (a: any) => [number, number, number, number];
|
|
28
28
|
readonly abiDecodeError: (a: any, b: any) => [number, number, number];
|
|
29
|
-
readonly
|
|
29
|
+
readonly wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551: (a: number, b: number, c: any, d: any) => void;
|
|
30
30
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
31
31
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
32
32
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
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
|
},
|
|
@@ -100,7 +100,7 @@ function __wbg_get_imports() {
|
|
|
100
100
|
const a = state0.a;
|
|
101
101
|
state0.a = 0;
|
|
102
102
|
try {
|
|
103
|
-
return
|
|
103
|
+
return wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(a, state0.b, arg0, arg1);
|
|
104
104
|
} finally {
|
|
105
105
|
state0.a = a;
|
|
106
106
|
}
|
|
@@ -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;
|
|
@@ -163,8 +163,8 @@ function __wbg_get_imports() {
|
|
|
163
163
|
};
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
function
|
|
167
|
-
wasm.
|
|
166
|
+
function wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(arg0, arg1, arg2, arg3) {
|
|
167
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551(arg0, arg1, arg2, arg3);
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
function addToExternrefTable0(obj) {
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ export const abiEncode: (a: any, b: any, c: number) => [number, number, number];
|
|
|
5
5
|
export const abiDecode: (a: any, b: any) => [number, number, number];
|
|
6
6
|
export const serializeWitness: (a: any) => [number, number, number, number];
|
|
7
7
|
export const abiDecodeError: (a: any, b: any) => [number, number, number];
|
|
8
|
-
export const
|
|
8
|
+
export const wasm_bindgen__convert__closures_____invoke__h7270c8092a2ce551: (a: number, b: number, c: any, d: any) => void;
|
|
9
9
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
10
10
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
11
11
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|