@aztec/noir-acvm_js 0.0.1-commit.3469e52 → 0.0.1-commit.350e0a4d

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.
Binary file
@@ -2,13 +2,13 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const buildInfo: () => any;
5
- export const executeCircuit: (a: number, b: number, c: any, d: any) => any;
6
- export const executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
7
- export const executeProgram: (a: number, b: number, c: any, d: any) => any;
8
5
  export const compressWitness: (a: any) => [number, number, number, number];
9
6
  export const decompressWitness: (a: number, b: number) => [number, number, number];
10
7
  export const compressWitnessStack: (a: any) => [number, number, number, number];
11
8
  export const decompressWitnessStack: (a: number, b: number) => [number, number, number];
9
+ export const executeCircuit: (a: number, b: number, c: any, d: any) => any;
10
+ export const executeCircuitWithReturnWitness: (a: number, b: number, c: any, d: any) => any;
11
+ export const executeProgram: (a: number, b: number, c: any, d: any) => any;
12
12
  export const and: (a: any, b: any) => any;
13
13
  export const xor: (a: any, b: any) => any;
14
14
  export const sha256_compression: (a: number, b: number, c: number, d: number) => [number, number];
@@ -19,15 +19,16 @@ export const initLogLevel: (a: number, b: number) => [number, number];
19
19
  export const getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
20
20
  export const getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
21
21
  export const getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
22
+ export const wasm_bindgen__closure__destroy__h622bad63540236e2: (a: number, b: number) => void;
23
+ export const wasm_bindgen__convert__closures_____invoke__h2a81a24b10fc6cea: (a: number, b: number, c: any, d: number, e: any) => void;
24
+ export const wasm_bindgen__convert__closures_____invoke__h9b9b5ed547e2ba3f: (a: number, b: number, c: any) => [number, number];
25
+ export const wasm_bindgen__convert__closures_____invoke__h1e56d78f2a0bfba8: (a: number, b: number, c: any, d: any) => void;
26
+ export const wasm_bindgen__convert__closures_____invoke__h1e56d78f2a0bfba8_21: (a: number, b: number, c: any, d: any) => void;
27
+ export const __wbindgen_malloc: (a: number, b: number) => number;
28
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
22
29
  export const __wbindgen_exn_store: (a: number) => void;
23
30
  export const __externref_table_alloc: () => number;
24
- export const __wbindgen_export_2: WebAssembly.Table;
31
+ export const __wbindgen_externrefs: WebAssembly.Table;
25
32
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
26
- export const __wbindgen_malloc: (a: number, b: number) => number;
27
- export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
- export const __wbindgen_export_6: WebAssembly.Table;
29
33
  export const __externref_table_dealloc: (a: number) => void;
30
- export const closure447_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure932_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure936_externref_shim: (a: number, b: number, c: any, d: any) => void;
33
34
  export const __wbindgen_start: () => void;