@noir-lang/acvm_js 1.0.0-beta.2-44c35dc.nightly → 1.0.0-beta.3
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 +6 -6
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/nodejs/acvm_js_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
- package/web/acvm_js.d.ts +3 -3
- package/web/acvm_js.js +6 -6
- package/web/acvm_js_bg.wasm +0 -0
- package/web/acvm_js_bg.wasm.d.ts +3 -3
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.
|
|
220
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h0d2f2cab014f8c52(arg0, arg1, addHeapObject(arg2));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -619,7 +619,7 @@ module.exports.initLogLevel = function(filter) {
|
|
|
619
619
|
};
|
|
620
620
|
|
|
621
621
|
function __wbg_adapter_75(arg0, arg1, arg2, arg3, arg4) {
|
|
622
|
-
wasm.
|
|
622
|
+
wasm.wasm_bindgen__convert__closures__invoke3_mut__h2e8a0e541cb0c3bc(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
function handleError(f, args) {
|
|
@@ -630,7 +630,7 @@ function handleError(f, args) {
|
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
function __wbg_adapter_92(arg0, arg1, arg2, arg3) {
|
|
633
|
-
wasm.
|
|
633
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h56728cbaf4bbea81(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
634
634
|
}
|
|
635
635
|
|
|
636
636
|
module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
@@ -656,7 +656,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
|
656
656
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
657
657
|
};
|
|
658
658
|
|
|
659
|
-
module.exports.
|
|
659
|
+
module.exports.__wbg_new_9f82ec4c0bc017c1 = function() {
|
|
660
660
|
const ret = new Map();
|
|
661
661
|
return addHeapObject(ret);
|
|
662
662
|
};
|
|
@@ -681,12 +681,12 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
681
681
|
return ret;
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
module.exports.
|
|
684
|
+
module.exports.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
|
|
685
685
|
const ret = new Error(takeObject(arg0));
|
|
686
686
|
return addHeapObject(ret);
|
|
687
687
|
};
|
|
688
688
|
|
|
689
|
-
module.exports.
|
|
689
|
+
module.exports.__wbg_new_0fe3b501601ef88e = function() {
|
|
690
690
|
const ret = new Array();
|
|
691
691
|
return addHeapObject(ret);
|
|
692
692
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
|
@@ -22,9 +22,9 @@ export function initLogLevel(a: number, b: number, c: number): void;
|
|
|
22
22
|
export function __wbindgen_malloc(a: number): number;
|
|
23
23
|
export function __wbindgen_realloc(a: number, b: number, c: number): number;
|
|
24
24
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
25
|
-
export function
|
|
25
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h0d2f2cab014f8c52(a: number, b: number, c: number): void;
|
|
26
26
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
27
27
|
export function __wbindgen_free(a: number, b: number): void;
|
|
28
|
-
export function
|
|
28
|
+
export function wasm_bindgen__convert__closures__invoke3_mut__h2e8a0e541cb0c3bc(a: number, b: number, c: number, d: number, e: number): void;
|
|
29
29
|
export function __wbindgen_exn_store(a: number): void;
|
|
30
|
-
export function
|
|
30
|
+
export function wasm_bindgen__convert__closures__invoke2_mut__h56728cbaf4bbea81(a: number, b: number, c: number, d: number): void;
|
package/package.json
CHANGED
package/web/acvm_js.d.ts
CHANGED
|
@@ -237,12 +237,12 @@ export interface InitOutput {
|
|
|
237
237
|
readonly __wbindgen_malloc: (a: number) => number;
|
|
238
238
|
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
|
|
239
239
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
240
|
-
readonly
|
|
240
|
+
readonly wasm_bindgen__convert__closures__invoke1_mut__h0d2f2cab014f8c52: (a: number, b: number, c: number) => void;
|
|
241
241
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
242
242
|
readonly __wbindgen_free: (a: number, b: number) => void;
|
|
243
|
-
readonly
|
|
243
|
+
readonly wasm_bindgen__convert__closures__invoke3_mut__h2e8a0e541cb0c3bc: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
244
244
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
245
|
-
readonly
|
|
245
|
+
readonly wasm_bindgen__convert__closures__invoke2_mut__h56728cbaf4bbea81: (a: number, b: number, c: number, d: number) => void;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
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.
|
|
217
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h0d2f2cab014f8c52(arg0, arg1, addHeapObject(arg2));
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -616,7 +616,7 @@ export function initLogLevel(filter) {
|
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
function __wbg_adapter_75(arg0, arg1, arg2, arg3, arg4) {
|
|
619
|
-
wasm.
|
|
619
|
+
wasm.wasm_bindgen__convert__closures__invoke3_mut__h2e8a0e541cb0c3bc(arg0, arg1, addHeapObject(arg2), arg3, addHeapObject(arg4));
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
function handleError(f, args) {
|
|
@@ -627,7 +627,7 @@ function handleError(f, args) {
|
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
629
|
function __wbg_adapter_92(arg0, arg1, arg2, arg3) {
|
|
630
|
-
wasm.
|
|
630
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h56728cbaf4bbea81(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
async function __wbg_load(module, imports) {
|
|
@@ -683,7 +683,7 @@ function __wbg_get_imports() {
|
|
|
683
683
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
684
684
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
685
685
|
};
|
|
686
|
-
imports.wbg.
|
|
686
|
+
imports.wbg.__wbg_new_9f82ec4c0bc017c1 = function() {
|
|
687
687
|
const ret = new Map();
|
|
688
688
|
return addHeapObject(ret);
|
|
689
689
|
};
|
|
@@ -704,11 +704,11 @@ function __wbg_get_imports() {
|
|
|
704
704
|
const ret = false;
|
|
705
705
|
return ret;
|
|
706
706
|
};
|
|
707
|
-
imports.wbg.
|
|
707
|
+
imports.wbg.__wbg_constructor_3697b3eaa19355e5 = function(arg0) {
|
|
708
708
|
const ret = new Error(takeObject(arg0));
|
|
709
709
|
return addHeapObject(ret);
|
|
710
710
|
};
|
|
711
|
-
imports.wbg.
|
|
711
|
+
imports.wbg.__wbg_new_0fe3b501601ef88e = function() {
|
|
712
712
|
const ret = new Array();
|
|
713
713
|
return addHeapObject(ret);
|
|
714
714
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/web/acvm_js_bg.wasm.d.ts
CHANGED
|
@@ -22,9 +22,9 @@ export function initLogLevel(a: number, b: number, c: number): void;
|
|
|
22
22
|
export function __wbindgen_malloc(a: number): number;
|
|
23
23
|
export function __wbindgen_realloc(a: number, b: number, c: number): number;
|
|
24
24
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
25
|
-
export function
|
|
25
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h0d2f2cab014f8c52(a: number, b: number, c: number): void;
|
|
26
26
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
27
27
|
export function __wbindgen_free(a: number, b: number): void;
|
|
28
|
-
export function
|
|
28
|
+
export function wasm_bindgen__convert__closures__invoke3_mut__h2e8a0e541cb0c3bc(a: number, b: number, c: number, d: number, e: number): void;
|
|
29
29
|
export function __wbindgen_exn_store(a: number): void;
|
|
30
|
-
export function
|
|
30
|
+
export function wasm_bindgen__convert__closures__invoke2_mut__h56728cbaf4bbea81(a: number, b: number, c: number, d: number): void;
|