@noir-lang/acvm_js 0.28.0-1b40af8c1 → 0.28.0-6e2b70a

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
@@ -226,7 +226,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
226
226
  return real;
227
227
  }
228
228
  function __wbg_adapter_54(arg0, arg1, arg2) {
229
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1dfec0dba43a4c9e(arg0, arg1, addHeapObject(arg2));
229
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heb1f60a5b015b6c5(arg0, arg1, addHeapObject(arg2));
230
230
  }
231
231
 
232
232
  function _assertClass(instance, klass) {
@@ -573,7 +573,7 @@ function handleError(f, args) {
573
573
  }
574
574
  }
575
575
  function __wbg_adapter_155(arg0, arg1, arg2, arg3) {
576
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h43234701b229d587(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
576
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h72933b4dbc34aade(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
577
577
  }
578
578
 
579
579
  /**
@@ -799,6 +799,14 @@ module.exports.__wbindgen_is_symbol = function(arg0) {
799
799
  return ret;
800
800
  };
801
801
 
802
+ module.exports.__wbg_getRandomValues_37fa2ca9e4e07fab = function() { return handleError(function (arg0, arg1) {
803
+ getObject(arg0).getRandomValues(getObject(arg1));
804
+ }, arguments) };
805
+
806
+ module.exports.__wbg_randomFillSync_dc1e9a60c158336d = function() { return handleError(function (arg0, arg1) {
807
+ getObject(arg0).randomFillSync(takeObject(arg1));
808
+ }, arguments) };
809
+
802
810
  module.exports.__wbg_crypto_c48a774b022d20ac = function(arg0) {
803
811
  const ret = getObject(arg0).crypto;
804
812
  return addHeapObject(ret);
@@ -829,14 +837,6 @@ module.exports.__wbg_require_8f08ceecec0f4fee = function() { return handleError(
829
837
  return addHeapObject(ret);
830
838
  }, arguments) };
831
839
 
832
- module.exports.__wbg_getRandomValues_37fa2ca9e4e07fab = function() { return handleError(function (arg0, arg1) {
833
- getObject(arg0).getRandomValues(getObject(arg1));
834
- }, arguments) };
835
-
836
- module.exports.__wbg_randomFillSync_dc1e9a60c158336d = function() { return handleError(function (arg0, arg1) {
837
- getObject(arg0).randomFillSync(takeObject(arg1));
838
- }, arguments) };
839
-
840
840
  module.exports.__wbg_debug_efabe4eb183aa5d4 = function(arg0, arg1, arg2, arg3) {
841
841
  console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
842
842
  };
@@ -1190,8 +1190,8 @@ module.exports.__wbindgen_function_table = function() {
1190
1190
  return addHeapObject(ret);
1191
1191
  };
1192
1192
 
1193
- module.exports.__wbindgen_closure_wrapper614 = function(arg0, arg1, arg2) {
1194
- const ret = makeMutClosure(arg0, arg1, 193, __wbg_adapter_54);
1193
+ module.exports.__wbindgen_closure_wrapper613 = function(arg0, arg1, arg2) {
1194
+ const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_54);
1195
1195
  return addHeapObject(ret);
1196
1196
  };
1197
1197
 
Binary file
@@ -24,8 +24,8 @@ export function trap___wbgd_downcast_token(): number;
24
24
  export function __wbindgen_malloc(a: number): number;
25
25
  export function __wbindgen_realloc(a: number, b: number, c: number): number;
26
26
  export const __wbindgen_export_2: WebAssembly.Table;
27
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1dfec0dba43a4c9e(a: number, b: number, c: number): void;
27
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heb1f60a5b015b6c5(a: number, b: number, c: number): void;
28
28
  export function __wbindgen_add_to_stack_pointer(a: number): number;
29
29
  export function __wbindgen_free(a: number, b: number): void;
30
30
  export function __wbindgen_exn_store(a: number): void;
31
- export function wasm_bindgen__convert__closures__invoke2_mut__h43234701b229d587(a: number, b: number, c: number, d: number): void;
31
+ export function wasm_bindgen__convert__closures__invoke2_mut__h72933b4dbc34aade(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.28.0-1b40af8c1",
3
+ "version": "0.28.0-6e2b70a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/noir-lang/acvm.git"
package/web/acvm_js.d.ts CHANGED
@@ -218,11 +218,11 @@ export interface InitOutput {
218
218
  readonly __wbindgen_malloc: (a: number) => number;
219
219
  readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
220
220
  readonly __wbindgen_export_2: WebAssembly.Table;
221
- readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1dfec0dba43a4c9e: (a: number, b: number, c: number) => void;
221
+ readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heb1f60a5b015b6c5: (a: number, b: number, c: number) => void;
222
222
  readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
223
223
  readonly __wbindgen_free: (a: number, b: number) => void;
224
224
  readonly __wbindgen_exn_store: (a: number) => void;
225
- readonly wasm_bindgen__convert__closures__invoke2_mut__h43234701b229d587: (a: number, b: number, c: number, d: number) => void;
225
+ readonly wasm_bindgen__convert__closures__invoke2_mut__h72933b4dbc34aade: (a: number, b: number, c: number, d: number) => void;
226
226
  }
227
227
 
228
228
  export type SyncInitInput = BufferSource | WebAssembly.Module;
package/web/acvm_js.js CHANGED
@@ -223,7 +223,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
223
223
  return real;
224
224
  }
225
225
  function __wbg_adapter_54(arg0, arg1, arg2) {
226
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1dfec0dba43a4c9e(arg0, arg1, addHeapObject(arg2));
226
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heb1f60a5b015b6c5(arg0, arg1, addHeapObject(arg2));
227
227
  }
228
228
 
229
229
  function _assertClass(instance, klass) {
@@ -570,7 +570,7 @@ function handleError(f, args) {
570
570
  }
571
571
  }
572
572
  function __wbg_adapter_155(arg0, arg1, arg2, arg3) {
573
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h43234701b229d587(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
573
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__h72933b4dbc34aade(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
574
574
  }
575
575
 
576
576
  /**
@@ -799,6 +799,12 @@ function __wbg_get_imports() {
799
799
  const ret = typeof(getObject(arg0)) === 'symbol';
800
800
  return ret;
801
801
  };
802
+ imports.wbg.__wbg_getRandomValues_37fa2ca9e4e07fab = function() { return handleError(function (arg0, arg1) {
803
+ getObject(arg0).getRandomValues(getObject(arg1));
804
+ }, arguments) };
805
+ imports.wbg.__wbg_randomFillSync_dc1e9a60c158336d = function() { return handleError(function (arg0, arg1) {
806
+ getObject(arg0).randomFillSync(takeObject(arg1));
807
+ }, arguments) };
802
808
  imports.wbg.__wbg_crypto_c48a774b022d20ac = function(arg0) {
803
809
  const ret = getObject(arg0).crypto;
804
810
  return addHeapObject(ret);
@@ -823,12 +829,6 @@ function __wbg_get_imports() {
823
829
  const ret = module.require;
824
830
  return addHeapObject(ret);
825
831
  }, arguments) };
826
- imports.wbg.__wbg_getRandomValues_37fa2ca9e4e07fab = function() { return handleError(function (arg0, arg1) {
827
- getObject(arg0).getRandomValues(getObject(arg1));
828
- }, arguments) };
829
- imports.wbg.__wbg_randomFillSync_dc1e9a60c158336d = function() { return handleError(function (arg0, arg1) {
830
- getObject(arg0).randomFillSync(takeObject(arg1));
831
- }, arguments) };
832
832
  imports.wbg.__wbg_debug_efabe4eb183aa5d4 = function(arg0, arg1, arg2, arg3) {
833
833
  console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
834
834
  };
@@ -1120,8 +1120,8 @@ function __wbg_get_imports() {
1120
1120
  const ret = wasm.__wbindgen_export_2;
1121
1121
  return addHeapObject(ret);
1122
1122
  };
1123
- imports.wbg.__wbindgen_closure_wrapper614 = function(arg0, arg1, arg2) {
1124
- const ret = makeMutClosure(arg0, arg1, 193, __wbg_adapter_54);
1123
+ imports.wbg.__wbindgen_closure_wrapper613 = function(arg0, arg1, arg2) {
1124
+ const ret = makeMutClosure(arg0, arg1, 194, __wbg_adapter_54);
1125
1125
  return addHeapObject(ret);
1126
1126
  };
1127
1127
 
Binary file
@@ -24,8 +24,8 @@ export function trap___wbgd_downcast_token(): number;
24
24
  export function __wbindgen_malloc(a: number): number;
25
25
  export function __wbindgen_realloc(a: number, b: number, c: number): number;
26
26
  export const __wbindgen_export_2: WebAssembly.Table;
27
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1dfec0dba43a4c9e(a: number, b: number, c: number): void;
27
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__heb1f60a5b015b6c5(a: number, b: number, c: number): void;
28
28
  export function __wbindgen_add_to_stack_pointer(a: number): number;
29
29
  export function __wbindgen_free(a: number, b: number): void;
30
30
  export function __wbindgen_exn_store(a: number): void;
31
- export function wasm_bindgen__convert__closures__invoke2_mut__h43234701b229d587(a: number, b: number, c: number, d: number): void;
31
+ export function wasm_bindgen__convert__closures__invoke2_mut__h72933b4dbc34aade(a: number, b: number, c: number, d: number): void;