@noir-lang/acvm_js 1.0.0-beta.4-3fb324e.nightly → 1.0.0-beta.4-097b116.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.
@@ -131,20 +131,6 @@ export type BuildInfo = {
131
131
 
132
132
 
133
133
 
134
- export type RawAssertionPayload = {
135
- selector: string;
136
- data: string[];
137
- };
138
-
139
- export type ExecutionError = Error & {
140
- callStack?: string[];
141
- rawAssertionPayload?: RawAssertionPayload;
142
- acirFunctionId?: number;
143
- brilligFunctionId?: number;
144
- };
145
-
146
-
147
-
148
134
  export type ForeignCallInput = string[]
149
135
  export type ForeignCallOutput = string | string[]
150
136
 
@@ -159,6 +145,20 @@ export type ForeignCallHandler = (name: string, inputs: ForeignCallInput[]) => P
159
145
 
160
146
 
161
147
 
148
+ export type RawAssertionPayload = {
149
+ selector: string;
150
+ data: string[];
151
+ };
152
+
153
+ export type ExecutionError = Error & {
154
+ callStack?: string[];
155
+ rawAssertionPayload?: RawAssertionPayload;
156
+ acirFunctionId?: number;
157
+ brilligFunctionId?: number;
158
+ };
159
+
160
+
161
+
162
162
  export type StackItem = {
163
163
  index: number;
164
164
  witness: WitnessMap;
package/nodejs/acvm_js.js CHANGED
@@ -530,11 +530,11 @@ function __wbg_adapter_30(arg0, arg1, arg2) {
530
530
  }
531
531
 
532
532
  function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
533
- wasm.closure816_externref_shim(arg0, arg1, arg2, arg3, arg4);
533
+ wasm.closure807_externref_shim(arg0, arg1, arg2, arg3, arg4);
534
534
  }
535
535
 
536
536
  function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
537
- wasm.closure820_externref_shim(arg0, arg1, arg2, arg3);
537
+ wasm.closure811_externref_shim(arg0, arg1, arg2, arg3);
538
538
  }
539
539
 
540
540
  module.exports.__wbg_call_672a4d21634d4a24 = function() { return handleError(function (arg0, arg1) {
@@ -812,7 +812,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
812
812
  return ret;
813
813
  };
814
814
 
815
- module.exports.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
815
+ module.exports.__wbindgen_closure_wrapper738 = function(arg0, arg1, arg2) {
816
816
  const ret = makeMutClosure(arg0, arg1, 256, __wbg_adapter_30);
817
817
  return ret;
818
818
  };
Binary file
@@ -28,6 +28,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
28
28
  export const __wbindgen_export_6: WebAssembly.Table;
29
29
  export const __externref_table_dealloc: (a: number) => void;
30
30
  export const closure255_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure816_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure820_externref_shim: (a: number, b: number, c: any, d: any) => void;
31
+ export const closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
+ export const closure811_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.4-3fb324e.nightly",
3
+ "version": "1.0.0-beta.4-097b116.nightly",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/web/acvm_js.d.ts CHANGED
@@ -131,20 +131,6 @@ export type BuildInfo = {
131
131
 
132
132
 
133
133
 
134
- export type RawAssertionPayload = {
135
- selector: string;
136
- data: string[];
137
- };
138
-
139
- export type ExecutionError = Error & {
140
- callStack?: string[];
141
- rawAssertionPayload?: RawAssertionPayload;
142
- acirFunctionId?: number;
143
- brilligFunctionId?: number;
144
- };
145
-
146
-
147
-
148
134
  export type ForeignCallInput = string[]
149
135
  export type ForeignCallOutput = string | string[]
150
136
 
@@ -159,6 +145,20 @@ export type ForeignCallHandler = (name: string, inputs: ForeignCallInput[]) => P
159
145
 
160
146
 
161
147
 
148
+ export type RawAssertionPayload = {
149
+ selector: string;
150
+ data: string[];
151
+ };
152
+
153
+ export type ExecutionError = Error & {
154
+ callStack?: string[];
155
+ rawAssertionPayload?: RawAssertionPayload;
156
+ acirFunctionId?: number;
157
+ brilligFunctionId?: number;
158
+ };
159
+
160
+
161
+
162
162
  export type StackItem = {
163
163
  index: number;
164
164
  witness: WitnessMap;
@@ -214,8 +214,8 @@ export interface InitOutput {
214
214
  readonly __wbindgen_export_6: WebAssembly.Table;
215
215
  readonly __externref_table_dealloc: (a: number) => void;
216
216
  readonly closure255_externref_shim: (a: number, b: number, c: any) => void;
217
- readonly closure816_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
218
- readonly closure820_externref_shim: (a: number, b: number, c: any, d: any) => void;
217
+ readonly closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
218
+ readonly closure811_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
@@ -526,11 +526,11 @@ function __wbg_adapter_30(arg0, arg1, arg2) {
526
526
  }
527
527
 
528
528
  function __wbg_adapter_89(arg0, arg1, arg2, arg3, arg4) {
529
- wasm.closure816_externref_shim(arg0, arg1, arg2, arg3, arg4);
529
+ wasm.closure807_externref_shim(arg0, arg1, arg2, arg3, arg4);
530
530
  }
531
531
 
532
532
  function __wbg_adapter_110(arg0, arg1, arg2, arg3) {
533
- wasm.closure820_externref_shim(arg0, arg1, arg2, arg3);
533
+ wasm.closure811_externref_shim(arg0, arg1, arg2, arg3);
534
534
  }
535
535
 
536
536
  async function __wbg_load(module, imports) {
@@ -796,7 +796,7 @@ function __wbg_get_imports() {
796
796
  const ret = false;
797
797
  return ret;
798
798
  };
799
- imports.wbg.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
799
+ imports.wbg.__wbindgen_closure_wrapper738 = function(arg0, arg1, arg2) {
800
800
  const ret = makeMutClosure(arg0, arg1, 256, __wbg_adapter_30);
801
801
  return ret;
802
802
  };
Binary file
@@ -28,6 +28,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
28
28
  export const __wbindgen_export_6: WebAssembly.Table;
29
29
  export const __externref_table_dealloc: (a: number) => void;
30
30
  export const closure255_externref_shim: (a: number, b: number, c: any) => void;
31
- export const closure816_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
- export const closure820_externref_shim: (a: number, b: number, c: any, d: any) => void;
31
+ export const closure807_externref_shim: (a: number, b: number, c: any, d: number, e: any) => void;
32
+ export const closure811_externref_shim: (a: number, b: number, c: any, d: any) => void;
33
33
  export const __wbindgen_start: () => void;