@noir-lang/acvm_js 1.0.0-beta.3-7aa23ec.nightly → 1.0.0-beta.3-f0c1c7b.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 +3 -3
- 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 +3 -3
- 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) {
|
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) {
|
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;
|