@aztec/noir-noirc_abi 0.0.0-test.1 → 0.0.1-commit.b655e406
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.d.ts +2 -2
- package/nodejs/noirc_abi_wasm.js +3 -3
- package/nodejs/noirc_abi_wasm_bg.wasm +0 -0
- package/nodejs/noirc_abi_wasm_bg.wasm.d.ts +1 -1
- package/package.json +8 -8
- package/web/noirc_abi_wasm.d.ts +3 -3
- package/web/noirc_abi_wasm.js +3 -3
- package/web/noirc_abi_wasm_bg.wasm +0 -0
- package/web/noirc_abi_wasm_bg.wasm.d.ts +1 -1
|
@@ -9,7 +9,7 @@ export type ABIError = Error;
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
import { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@noir-
|
|
13
|
-
export { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@noir-
|
|
12
|
+
import { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@aztec/noir-types";
|
|
13
|
+
export { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@aztec/noir-types";
|
|
14
14
|
|
|
15
15
|
|
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.closure247_externref_shim(arg0, arg1, arg2, arg3);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
module.exports.
|
|
176
|
+
module.exports.__wbg_constructor_354bec26f23114a7 = function(arg0) {
|
|
177
177
|
const ret = new Error(arg0);
|
|
178
178
|
return ret;
|
|
179
179
|
};
|
|
@@ -208,7 +208,7 @@ module.exports.__wbg_forEach_e1cf6f7c8ecb7dae = function(arg0, arg1, arg2) {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
module.exports.
|
|
211
|
+
module.exports.__wbg_new_06707a97e8b76f76 = function() {
|
|
212
212
|
const ret = new Map();
|
|
213
213
|
return ret;
|
|
214
214
|
};
|
|
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 closure247_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": "0.0.
|
|
6
|
+
"version": "0.0.1-commit.b655e406",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"homepage": "https://noir-lang.org/",
|
|
9
9
|
"repository": {
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"clean": "chmod u+w web nodejs || true && rm -rf ./nodejs ./web ./target ./result",
|
|
34
34
|
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
|
|
35
35
|
"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
|
|
36
|
-
"lint": "NODE_NO_WARNINGS=1 eslint . --
|
|
36
|
+
"lint": "NODE_NO_WARNINGS=1 eslint . --max-warnings 0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aztec/noir-types": "0.0.
|
|
39
|
+
"@aztec/noir-types": "0.0.1-commit.b655e406"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
43
|
-
"@web/dev-server-esbuild": "^0.
|
|
44
|
-
"@web/test-runner": "^0.
|
|
45
|
-
"@web/test-runner-playwright": "^0.11.
|
|
46
|
-
"eslint": "^
|
|
47
|
-
"mocha": "^
|
|
43
|
+
"@web/dev-server-esbuild": "^1.0.4",
|
|
44
|
+
"@web/test-runner": "^0.20.2",
|
|
45
|
+
"@web/test-runner-playwright": "^0.11.1",
|
|
46
|
+
"eslint": "^9.28.0",
|
|
47
|
+
"mocha": "^11.5.0"
|
|
48
48
|
}
|
|
49
49
|
}
|
package/web/noirc_abi_wasm.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ export type ABIError = Error;
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
import { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@noir-
|
|
13
|
-
export { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@noir-
|
|
12
|
+
import { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@aztec/noir-types";
|
|
13
|
+
export { Field, InputValue, InputMap, Visibility, Sign, AbiType, AbiParameter, Abi, WitnessMap, RawAssertionPayload } from "@aztec/noir-types";
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -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 closure247_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.closure247_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_354bec26f23114a7 = function(arg0) {
|
|
207
207
|
const ret = new Error(arg0);
|
|
208
208
|
return ret;
|
|
209
209
|
};
|
|
@@ -235,7 +235,7 @@ function __wbg_get_imports() {
|
|
|
235
235
|
state0.a = state0.b = 0;
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
|
-
imports.wbg.
|
|
238
|
+
imports.wbg.__wbg_new_06707a97e8b76f76 = function() {
|
|
239
239
|
const ret = new Map();
|
|
240
240
|
return ret;
|
|
241
241
|
};
|
|
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 closure247_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
16
16
|
export const __wbindgen_start: () => void;
|