@aztec/noir-acvm_js 0.0.1-commit.9badcec54 → 0.0.1-commit.9d619b6c6

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/acvm_js.js CHANGED
@@ -570,7 +570,7 @@ function __wbg_get_imports() {
570
570
  console.warn(arg0);
571
571
  },
572
572
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
573
- // Cast intrinsic for `Closure(Closure { dtor_idx: 461, function: Function { arguments: [Externref], shim_idx: 462, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
573
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 460, function: Function { arguments: [Externref], shim_idx: 461, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
574
574
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6ca9a03bbf21d1b5, wasm_bindgen__convert__closures_____invoke__hecae831177a731ce);
575
575
  return ret;
576
576
  },
Binary file
@@ -1,13 +1,13 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
+ export const buildInfo: () => any;
4
5
  export const and: (a: any, b: any) => any;
5
6
  export const xor: (a: any, b: any) => any;
6
7
  export const sha256_compression: (a: number, b: number, c: number, d: number) => [number, number];
7
8
  export const blake2s256: (a: number, b: number) => [number, number];
8
9
  export const ecdsa_secp256k1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
9
10
  export const ecdsa_secp256r1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
10
- export const initLogLevel: (a: number, b: number) => [number, number];
11
11
  export const compressWitness: (a: any) => [number, number, number, number];
12
12
  export const decompressWitness: (a: number, b: number) => [number, number, number];
13
13
  export const compressWitnessStack: (a: any) => [number, number, number, number];
@@ -15,10 +15,10 @@ export const decompressWitnessStack: (a: number, b: number) => [number, number,
15
15
  export const executeCircuit: (a: number, b: number, c: any, d: any) => any;
16
16
  export const executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
17
17
  export const executeProgram: (a: number, b: number, c: any, d: any) => any;
18
+ export const initLogLevel: (a: number, b: number) => [number, number];
18
19
  export const getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
19
20
  export const getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
20
21
  export const getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
21
- export const buildInfo: () => any;
22
22
  export const wasm_bindgen__closure__destroy__h6ca9a03bbf21d1b5: (a: number, b: number) => void;
23
23
  export const wasm_bindgen__convert__closures_____invoke__h0454a7f4f6db42b3: (a: number, b: number, c: any, d: number, e: any) => void;
24
24
  export const wasm_bindgen__convert__closures_____invoke__hecae831177a731ce: (a: number, b: number, c: any) => [number, number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/noir-acvm_js",
3
- "version": "0.0.1-commit.9badcec54",
3
+ "version": "0.0.1-commit.9d619b6c6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,7 +42,7 @@
42
42
  "@web/test-runner": "^0.20.2",
43
43
  "@web/test-runner-playwright": "^0.11.1",
44
44
  "chai": "^6.2.2",
45
- "eslint": "^10.1.0",
45
+ "eslint": "^10.2.0",
46
46
  "eslint-plugin-prettier": "^5.5.5",
47
47
  "mocha": "^11.7.5",
48
48
  "prettier": "3.8.1",
package/web/acvm_js.d.ts CHANGED
@@ -205,13 +205,13 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
205
205
 
206
206
  export interface InitOutput {
207
207
  readonly memory: WebAssembly.Memory;
208
+ readonly buildInfo: () => any;
208
209
  readonly and: (a: any, b: any) => any;
209
210
  readonly xor: (a: any, b: any) => any;
210
211
  readonly sha256_compression: (a: number, b: number, c: number, d: number) => [number, number];
211
212
  readonly blake2s256: (a: number, b: number) => [number, number];
212
213
  readonly ecdsa_secp256k1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
213
214
  readonly ecdsa_secp256r1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
214
- readonly initLogLevel: (a: number, b: number) => [number, number];
215
215
  readonly compressWitness: (a: any) => [number, number, number, number];
216
216
  readonly decompressWitness: (a: number, b: number) => [number, number, number];
217
217
  readonly compressWitnessStack: (a: any) => [number, number, number, number];
@@ -219,10 +219,10 @@ export interface InitOutput {
219
219
  readonly executeCircuit: (a: number, b: number, c: any, d: any) => any;
220
220
  readonly executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
221
221
  readonly executeProgram: (a: number, b: number, c: any, d: any) => any;
222
+ readonly initLogLevel: (a: number, b: number) => [number, number];
222
223
  readonly getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
223
224
  readonly getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
224
225
  readonly getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
225
- readonly buildInfo: () => any;
226
226
  readonly wasm_bindgen__closure__destroy__h6ca9a03bbf21d1b5: (a: number, b: number) => void;
227
227
  readonly wasm_bindgen__convert__closures_____invoke__h0454a7f4f6db42b3: (a: number, b: number, c: any, d: number, e: any) => void;
228
228
  readonly wasm_bindgen__convert__closures_____invoke__hecae831177a731ce: (a: number, b: number, c: any) => [number, number];
package/web/acvm_js.js CHANGED
@@ -552,7 +552,7 @@ function __wbg_get_imports() {
552
552
  console.warn(arg0);
553
553
  },
554
554
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
555
- // Cast intrinsic for `Closure(Closure { dtor_idx: 461, function: Function { arguments: [Externref], shim_idx: 462, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
555
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 460, function: Function { arguments: [Externref], shim_idx: 461, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
556
556
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6ca9a03bbf21d1b5, wasm_bindgen__convert__closures_____invoke__hecae831177a731ce);
557
557
  return ret;
558
558
  },
Binary file
@@ -1,13 +1,13 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
+ export const buildInfo: () => any;
4
5
  export const and: (a: any, b: any) => any;
5
6
  export const xor: (a: any, b: any) => any;
6
7
  export const sha256_compression: (a: number, b: number, c: number, d: number) => [number, number];
7
8
  export const blake2s256: (a: number, b: number) => [number, number];
8
9
  export const ecdsa_secp256k1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
9
10
  export const ecdsa_secp256r1_verify: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
10
- export const initLogLevel: (a: number, b: number) => [number, number];
11
11
  export const compressWitness: (a: any) => [number, number, number, number];
12
12
  export const decompressWitness: (a: number, b: number) => [number, number, number];
13
13
  export const compressWitnessStack: (a: any) => [number, number, number, number];
@@ -15,10 +15,10 @@ export const decompressWitnessStack: (a: number, b: number) => [number, number,
15
15
  export const executeCircuit: (a: number, b: number, c: any, d: any) => any;
16
16
  export const executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
17
17
  export const executeProgram: (a: number, b: number, c: any, d: any) => any;
18
+ export const initLogLevel: (a: number, b: number) => [number, number];
18
19
  export const getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
19
20
  export const getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
20
21
  export const getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
21
- export const buildInfo: () => any;
22
22
  export const wasm_bindgen__closure__destroy__h6ca9a03bbf21d1b5: (a: number, b: number) => void;
23
23
  export const wasm_bindgen__convert__closures_____invoke__h0454a7f4f6db42b3: (a: number, b: number, c: any, d: number, e: any) => void;
24
24
  export const wasm_bindgen__convert__closures_____invoke__hecae831177a731ce: (a: number, b: number, c: any) => [number, number];