@noir-lang/acvm_js 1.0.0-beta.9-42429ab.nightly → 1.0.0-beta.9-18b01b3.nightly

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
@@ -528,15 +528,15 @@ module.exports.ecdsa_secp256r1_verify = function(hashed_msg, public_key_x_bytes,
528
528
  };
529
529
 
530
530
  function __wbg_adapter_30(arg0, arg1, arg2) {
531
- wasm.closure646_externref_shim(arg0, arg1, arg2);
531
+ wasm.closure647_externref_shim(arg0, arg1, arg2);
532
532
  }
533
533
 
534
534
  function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
535
- wasm.closure1311_externref_shim(arg0, arg1, arg2, arg3, arg4);
535
+ wasm.closure1312_externref_shim(arg0, arg1, arg2, arg3, arg4);
536
536
  }
537
537
 
538
538
  function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
539
- wasm.closure1315_externref_shim(arg0, arg1, arg2, arg3);
539
+ wasm.closure1316_externref_shim(arg0, arg1, arg2, arg3);
540
540
  }
541
541
 
542
542
  module.exports.__wbg_call_672a4d21634d4a24 = function() { return handleError(function (arg0, arg1) {
@@ -814,8 +814,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
814
814
  return ret;
815
815
  };
816
816
 
817
- module.exports.__wbindgen_closure_wrapper2144 = function(arg0, arg1, arg2) {
818
- const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
817
+ module.exports.__wbindgen_closure_wrapper2146 = function(arg0, arg1, arg2) {
818
+ const ret = makeMutClosure(arg0, arg1, 648, __wbg_adapter_30);
819
819
  return ret;
820
820
  };
821
821
 
Binary file
@@ -27,7 +27,7 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
27
27
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
28
  export const __wbindgen_export_6: WebAssembly.Table;
29
29
  export const __externref_table_dealloc: (a: number) => void;
30
- export const closure646_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure1311_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure1315_externref_shim: (a: number, b: number, c: any, d: any) => void;
30
+ export const closure647_externref_shim: (a: number, b: number, c: any) => void;
31
+ export const closure1312_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
+ export const closure1316_externref_shim: (a: number, b: number, c: any, d: any) => void;
33
33
  export const __wbindgen_start: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "1.0.0-beta.9-42429ab.nightly",
3
+ "version": "1.0.0-beta.9-18b01b3.nightly",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.d.ts CHANGED
@@ -213,9 +213,9 @@ export interface InitOutput {
213
213
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
214
214
  readonly __wbindgen_export_6: WebAssembly.Table;
215
215
  readonly __externref_table_dealloc: (a: number) => void;
216
- readonly closure646_externref_shim: (a: number, b: number, c: any) => void;
217
- readonly closure1311_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
218
- readonly closure1315_externref_shim: (a: number, b: number, c: any, d: any) => void;
216
+ readonly closure647_externref_shim: (a: number, b: number, c: any) => void;
217
+ readonly closure1312_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
218
+ readonly closure1316_externref_shim: (a: number, b: number, c: any, d: any) => void;
219
219
  readonly __wbindgen_start: () => void;
220
220
  }
221
221
 
package/web/acvm_js.js CHANGED
@@ -524,15 +524,15 @@ export function ecdsa_secp256r1_verify(hashed_msg, public_key_x_bytes, public_ke
524
524
  }
525
525
 
526
526
  function __wbg_adapter_30(arg0, arg1, arg2) {
527
- wasm.closure646_externref_shim(arg0, arg1, arg2);
527
+ wasm.closure647_externref_shim(arg0, arg1, arg2);
528
528
  }
529
529
 
530
530
  function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
531
- wasm.closure1311_externref_shim(arg0, arg1, arg2, arg3, arg4);
531
+ wasm.closure1312_externref_shim(arg0, arg1, arg2, arg3, arg4);
532
532
  }
533
533
 
534
534
  function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
535
- wasm.closure1315_externref_shim(arg0, arg1, arg2, arg3);
535
+ wasm.closure1316_externref_shim(arg0, arg1, arg2, arg3);
536
536
  }
537
537
 
538
538
  async function __wbg_load(module, imports) {
@@ -798,8 +798,8 @@ function __wbg_get_imports() {
798
798
  const ret = false;
799
799
  return ret;
800
800
  };
801
- imports.wbg.__wbindgen_closure_wrapper2144 = function(arg0, arg1, arg2) {
802
- const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
801
+ imports.wbg.__wbindgen_closure_wrapper2146 = function(arg0, arg1, arg2) {
802
+ const ret = makeMutClosure(arg0, arg1, 648, __wbg_adapter_30);
803
803
  return ret;
804
804
  };
805
805
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -27,7 +27,7 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
27
27
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
28
  export const __wbindgen_export_6: WebAssembly.Table;
29
29
  export const __externref_table_dealloc: (a: number) => void;
30
- export const closure646_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure1311_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure1315_externref_shim: (a: number, b: number, c: any, d: any) => void;
30
+ export const closure647_externref_shim: (a: number, b: number, c: any) => void;
31
+ export const closure1312_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
+ export const closure1316_externref_shim: (a: number, b: number, c: any, d: any) => void;
33
33
  export const __wbindgen_start: () => void;