@noir-lang/acvm_js 0.49.0-e349f30.nightly → 0.49.0-e84f7d2.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
@@ -217,7 +217,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
217
217
  return real;
218
218
  }
219
219
  function __wbg_adapter_22(arg0, arg1, arg2) {
220
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36bac5ff3ea3c380(arg0, arg1, addHeapObject(arg2));
220
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21c8ca3eb6ab9385(arg0, arg1, addHeapObject(arg2));
221
221
  }
222
222
 
223
223
  /**
@@ -617,7 +617,7 @@ module.exports.executeProgram = function(program, initial_witness, foreign_call_
617
617
  };
618
618
 
619
619
  function __wbg_adapter_76(arg0, arg1, arg2, arg3, arg4) {
620
- wasm.wasm_bindgen__convert__closures__invoke3_mut__h629417323d5efbaa(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
620
+ wasm.wasm_bindgen__convert__closures__invoke3_mut__h17fc532521b46256(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
621
621
  }
622
622
 
623
623
  function handleError(f, args) {
@@ -628,7 +628,7 @@ function handleError(f, args) {
628
628
  }
629
629
  }
630
630
  function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
631
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h4efdd1050cfb3ea7(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
631
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h0d187b0f08495587(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
632
632
  }
633
633
 
634
634
  module.exports.__wbindgen_object_drop_ref = function(arg0) {
@@ -914,7 +914,7 @@ module.exports.__wbindgen_throw = function(arg0, arg1) {
914
914
  throw new Error(getStringFromWasm0(arg0, arg1));
915
915
  };
916
916
 
917
- module.exports.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
917
+ module.exports.__wbindgen_closure_wrapper740 = function(arg0, arg1, arg2) {
918
918
  const ret = makeMutClosure(arg0, arg1, 259, __wbg_adapter_22);
919
919
  return addHeapObject(ret);
920
920
  };
Binary file
@@ -23,9 +23,9 @@ export function executeProgram(a: number, b: number, c: number, d: number): numb
23
23
  export function __wbindgen_malloc(a: number): number;
24
24
  export function __wbindgen_realloc(a: number, b: number, c: number): number;
25
25
  export const __wbindgen_export_2: WebAssembly.Table;
26
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36bac5ff3ea3c380(a: number, b: number, c: number): void;
26
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21c8ca3eb6ab9385(a: number, b: number, c: number): void;
27
27
  export function __wbindgen_add_to_stack_pointer(a: number): number;
28
28
  export function __wbindgen_free(a: number, b: number): void;
29
- export function wasm_bindgen__convert__closures__invoke3_mut__h629417323d5efbaa(a: number, b: number, c: number, d: number, e: number): void;
29
+ export function wasm_bindgen__convert__closures__invoke3_mut__h17fc532521b46256(a: number, b: number, c: number, d: number, e: number): void;
30
30
  export function __wbindgen_exn_store(a: number): void;
31
- export function wasm_bindgen__convert__closures__invoke2_mut__h4efdd1050cfb3ea7(a: number, b: number, c: number, d: number): void;
31
+ export function wasm_bindgen__convert__closures__invoke2_mut__h0d187b0f08495587(a: number, b: number, c: number, d: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noir-lang/acvm_js",
3
- "version": "0.49.0-e349f30.nightly",
3
+ "version": "0.49.0-e84f7d2.nightly",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.d.ts CHANGED
@@ -243,12 +243,12 @@ export interface InitOutput {
243
243
  readonly __wbindgen_malloc: (a: number) => number;
244
244
  readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
245
245
  readonly __wbindgen_export_2: WebAssembly.Table;
246
- readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36bac5ff3ea3c380: (a: number, b: number, c: number) => void;
246
+ readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21c8ca3eb6ab9385: (a: number, b: number, c: number) => void;
247
247
  readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
248
248
  readonly __wbindgen_free: (a: number, b: number) => void;
249
- readonly wasm_bindgen__convert__closures__invoke3_mut__h629417323d5efbaa: (a: number, b: number, c: number, d: number, e: number) => void;
249
+ readonly wasm_bindgen__convert__closures__invoke3_mut__h17fc532521b46256: (a: number, b: number, c: number, d: number, e: number) => void;
250
250
  readonly __wbindgen_exn_store: (a: number) => void;
251
- readonly wasm_bindgen__convert__closures__invoke2_mut__h4efdd1050cfb3ea7: (a: number, b: number, c: number, d: number) => void;
251
+ readonly wasm_bindgen__convert__closures__invoke2_mut__h0d187b0f08495587: (a: number, b: number, c: number, d: number) => void;
252
252
  }
253
253
 
254
254
  export type SyncInitInput = BufferSource | WebAssembly.Module;
package/web/acvm_js.js CHANGED
@@ -214,7 +214,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
214
214
  return real;
215
215
  }
216
216
  function __wbg_adapter_22(arg0, arg1, arg2) {
217
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36bac5ff3ea3c380(arg0, arg1, addHeapObject(arg2));
217
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21c8ca3eb6ab9385(arg0, arg1, addHeapObject(arg2));
218
218
  }
219
219
 
220
220
  /**
@@ -614,7 +614,7 @@ export function executeProgram(program, initial_witness, foreign_call_handler) {
614
614
  }
615
615
 
616
616
  function __wbg_adapter_76(arg0, arg1, arg2, arg3, arg4) {
617
- wasm.wasm_bindgen__convert__closures__invoke3_mut__h629417323d5efbaa(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
617
+ wasm.wasm_bindgen__convert__closures__invoke3_mut__h17fc532521b46256(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
618
618
  }
619
619
 
620
620
  function handleError(f, args) {
@@ -625,7 +625,7 @@ function handleError(f, args) {
625
625
  }
626
626
  }
627
627
  function __wbg_adapter_93(arg0, arg1, arg2, arg3) {
628
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h4efdd1050cfb3ea7(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
628
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h0d187b0f08495587(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
629
629
  }
630
630
 
631
631
  async function __wbg_load(module, imports) {
@@ -899,7 +899,7 @@ function __wbg_get_imports() {
899
899
  imports.wbg.__wbindgen_throw = function(arg0, arg1) {
900
900
  throw new Error(getStringFromWasm0(arg0, arg1));
901
901
  };
902
- imports.wbg.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
902
+ imports.wbg.__wbindgen_closure_wrapper740 = function(arg0, arg1, arg2) {
903
903
  const ret = makeMutClosure(arg0, arg1, 259, __wbg_adapter_22);
904
904
  return addHeapObject(ret);
905
905
  };
Binary file
@@ -23,9 +23,9 @@ export function executeProgram(a: number, b: number, c: number, d: number): numb
23
23
  export function __wbindgen_malloc(a: number): number;
24
24
  export function __wbindgen_realloc(a: number, b: number, c: number): number;
25
25
  export const __wbindgen_export_2: WebAssembly.Table;
26
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h36bac5ff3ea3c380(a: number, b: number, c: number): void;
26
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h21c8ca3eb6ab9385(a: number, b: number, c: number): void;
27
27
  export function __wbindgen_add_to_stack_pointer(a: number): number;
28
28
  export function __wbindgen_free(a: number, b: number): void;
29
- export function wasm_bindgen__convert__closures__invoke3_mut__h629417323d5efbaa(a: number, b: number, c: number, d: number, e: number): void;
29
+ export function wasm_bindgen__convert__closures__invoke3_mut__h17fc532521b46256(a: number, b: number, c: number, d: number, e: number): void;
30
30
  export function __wbindgen_exn_store(a: number): void;
31
- export function wasm_bindgen__convert__closures__invoke2_mut__h4efdd1050cfb3ea7(a: number, b: number, c: number, d: number): void;
31
+ export function wasm_bindgen__convert__closures__invoke2_mut__h0d187b0f08495587(a: number, b: number, c: number, d: number): void;