@noir-lang/acvm_js 1.0.0-beta.21 → 1.0.0-beta.21-1d9727a.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 +12 -12
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/nodejs/acvm_js_bg.wasm.d.ts +5 -5
- package/package.json +1 -1
- package/web/acvm_js.d.ts +5 -5
- package/web/acvm_js.js +12 -12
- package/web/acvm_js_bg.wasm +0 -0
- package/web/acvm_js_bg.wasm.d.ts +5 -5
package/nodejs/acvm_js.js
CHANGED
|
@@ -395,7 +395,7 @@ function __wbg_get_imports() {
|
|
|
395
395
|
const a = state0.a;
|
|
396
396
|
state0.a = 0;
|
|
397
397
|
try {
|
|
398
|
-
return
|
|
398
|
+
return wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(a, state0.b, arg0, arg1);
|
|
399
399
|
} finally {
|
|
400
400
|
state0.a = a;
|
|
401
401
|
}
|
|
@@ -412,7 +412,7 @@ function __wbg_get_imports() {
|
|
|
412
412
|
const a = state0.a;
|
|
413
413
|
state0.a = 0;
|
|
414
414
|
try {
|
|
415
|
-
return
|
|
415
|
+
return wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(a, state0.b, arg0, arg1, arg2);
|
|
416
416
|
} finally {
|
|
417
417
|
state0.a = a;
|
|
418
418
|
}
|
|
@@ -483,7 +483,7 @@ function __wbg_get_imports() {
|
|
|
483
483
|
const a = state0.a;
|
|
484
484
|
state0.a = 0;
|
|
485
485
|
try {
|
|
486
|
-
return
|
|
486
|
+
return wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(a, state0.b, arg0, arg1);
|
|
487
487
|
} finally {
|
|
488
488
|
state0.a = a;
|
|
489
489
|
}
|
|
@@ -571,7 +571,7 @@ function __wbg_get_imports() {
|
|
|
571
571
|
},
|
|
572
572
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
573
573
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 463, function: Function { arguments: [Externref], shim_idx: 464, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
574
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
574
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8b48c6150aee1942, wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2);
|
|
575
575
|
return ret;
|
|
576
576
|
},
|
|
577
577
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -600,23 +600,23 @@ function __wbg_get_imports() {
|
|
|
600
600
|
};
|
|
601
601
|
}
|
|
602
602
|
|
|
603
|
-
function
|
|
604
|
-
const ret = wasm.
|
|
603
|
+
function wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2(arg0, arg1, arg2) {
|
|
604
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2(arg0, arg1, arg2);
|
|
605
605
|
if (ret[1]) {
|
|
606
606
|
throw takeFromExternrefTable0(ret[0]);
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
function
|
|
611
|
-
wasm.
|
|
610
|
+
function wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(arg0, arg1, arg2, arg3) {
|
|
611
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(arg0, arg1, arg2, arg3);
|
|
612
612
|
}
|
|
613
613
|
|
|
614
|
-
function
|
|
615
|
-
wasm.
|
|
614
|
+
function wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(arg0, arg1, arg2, arg3) {
|
|
615
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(arg0, arg1, arg2, arg3);
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
function
|
|
619
|
-
wasm.
|
|
618
|
+
function wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(arg0, arg1, arg2, arg3, arg4) {
|
|
619
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(arg0, arg1, arg2, arg3, arg4);
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
function addToExternrefTable0(obj) {
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
|
@@ -19,11 +19,11 @@ export const executeProgram: (a: number, b: number, c: any, d: any) => any;
|
|
|
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
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
22
|
+
export const wasm_bindgen__closure__destroy__h8b48c6150aee1942: (a: number, b: number) => void;
|
|
23
|
+
export const wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
24
|
+
export const wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2: (a: number, b: number, c: any) => [number, number];
|
|
25
|
+
export const wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e: (a: number, b: number, c: any, d: any) => void;
|
|
26
|
+
export const wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21: (a: number, b: number, c: any, d: any) => void;
|
|
27
27
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
28
28
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/package.json
CHANGED
package/web/acvm_js.d.ts
CHANGED
|
@@ -223,11 +223,11 @@ export interface InitOutput {
|
|
|
223
223
|
readonly getReturnWitness: (a: number, b: number, c: any) => [number, number, number];
|
|
224
224
|
readonly getPublicParametersWitness: (a: number, b: number, c: any) => [number, number, number];
|
|
225
225
|
readonly getPublicWitness: (a: number, b: number, c: any) => [number, number, number];
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
230
|
-
readonly
|
|
226
|
+
readonly wasm_bindgen__closure__destroy__h8b48c6150aee1942: (a: number, b: number) => void;
|
|
227
|
+
readonly wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
228
|
+
readonly wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2: (a: number, b: number, c: any) => [number, number];
|
|
229
|
+
readonly wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e: (a: number, b: number, c: any, d: any) => void;
|
|
230
|
+
readonly wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21: (a: number, b: number, c: any, d: any) => void;
|
|
231
231
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
232
232
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
233
233
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/web/acvm_js.js
CHANGED
|
@@ -377,7 +377,7 @@ function __wbg_get_imports() {
|
|
|
377
377
|
const a = state0.a;
|
|
378
378
|
state0.a = 0;
|
|
379
379
|
try {
|
|
380
|
-
return
|
|
380
|
+
return wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(a, state0.b, arg0, arg1);
|
|
381
381
|
} finally {
|
|
382
382
|
state0.a = a;
|
|
383
383
|
}
|
|
@@ -394,7 +394,7 @@ function __wbg_get_imports() {
|
|
|
394
394
|
const a = state0.a;
|
|
395
395
|
state0.a = 0;
|
|
396
396
|
try {
|
|
397
|
-
return
|
|
397
|
+
return wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(a, state0.b, arg0, arg1, arg2);
|
|
398
398
|
} finally {
|
|
399
399
|
state0.a = a;
|
|
400
400
|
}
|
|
@@ -465,7 +465,7 @@ function __wbg_get_imports() {
|
|
|
465
465
|
const a = state0.a;
|
|
466
466
|
state0.a = 0;
|
|
467
467
|
try {
|
|
468
|
-
return
|
|
468
|
+
return wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(a, state0.b, arg0, arg1);
|
|
469
469
|
} finally {
|
|
470
470
|
state0.a = a;
|
|
471
471
|
}
|
|
@@ -553,7 +553,7 @@ function __wbg_get_imports() {
|
|
|
553
553
|
},
|
|
554
554
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
555
555
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 463, function: Function { arguments: [Externref], shim_idx: 464, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
556
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
556
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8b48c6150aee1942, wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2);
|
|
557
557
|
return ret;
|
|
558
558
|
},
|
|
559
559
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -582,23 +582,23 @@ function __wbg_get_imports() {
|
|
|
582
582
|
};
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
function
|
|
586
|
-
const ret = wasm.
|
|
585
|
+
function wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2(arg0, arg1, arg2) {
|
|
586
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2(arg0, arg1, arg2);
|
|
587
587
|
if (ret[1]) {
|
|
588
588
|
throw takeFromExternrefTable0(ret[0]);
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
-
function
|
|
593
|
-
wasm.
|
|
592
|
+
function wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(arg0, arg1, arg2, arg3) {
|
|
593
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e(arg0, arg1, arg2, arg3);
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
-
function
|
|
597
|
-
wasm.
|
|
596
|
+
function wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(arg0, arg1, arg2, arg3) {
|
|
597
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21(arg0, arg1, arg2, arg3);
|
|
598
598
|
}
|
|
599
599
|
|
|
600
|
-
function
|
|
601
|
-
wasm.
|
|
600
|
+
function wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(arg0, arg1, arg2, arg3, arg4) {
|
|
601
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9(arg0, arg1, arg2, arg3, arg4);
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
function addToExternrefTable0(obj) {
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/web/acvm_js_bg.wasm.d.ts
CHANGED
|
@@ -19,11 +19,11 @@ export const executeProgram: (a: number, b: number, c: any, d: any) => any;
|
|
|
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
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
22
|
+
export const wasm_bindgen__closure__destroy__h8b48c6150aee1942: (a: number, b: number) => void;
|
|
23
|
+
export const wasm_bindgen__convert__closures_____invoke__h84f218f81c040df9: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
24
|
+
export const wasm_bindgen__convert__closures_____invoke__h9fb3c42a8d0e48c2: (a: number, b: number, c: any) => [number, number];
|
|
25
|
+
export const wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e: (a: number, b: number, c: any, d: any) => void;
|
|
26
|
+
export const wasm_bindgen__convert__closures_____invoke__h329d47fe035cec3e_21: (a: number, b: number, c: any, d: any) => void;
|
|
27
27
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
28
28
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
29
29
|
export const __wbindgen_exn_store: (a: number) => void;
|