@noir-lang/noir_wasm 0.37.0 → 0.38.0-0fc0c53.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/build/cjs/package.json +1 -1
- package/build/esm/package.json +1 -1
- package/dist/node/index_bg.wasm +0 -0
- package/dist/node/main.js +2 -2
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +2 -2
- package/dist/web/main.mjs +3 -3
- package/dist/web/main.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6,8 +6,8 @@ export function init_log_level(level: string): void;
|
|
|
6
6
|
export function build_info(): any;
|
|
7
7
|
export function __wbindgen_is_undefined(arg0: any): boolean;
|
|
8
8
|
export function __wbindgen_object_drop_ref(arg0: any): void;
|
|
9
|
-
export function
|
|
10
|
-
export function
|
|
9
|
+
export function __wbg_constructor_df95a026f19d407a(): number;
|
|
10
|
+
export function __wbg_constructor_4b094d25f96a28ea(arg0: any): number;
|
|
11
11
|
export function __wbg_new_abda76e883ba8a5f(): number;
|
|
12
12
|
export function __wbg_stack_658279fe44541cf6(arg0: any, arg1: any): void;
|
|
13
13
|
export function __wbg_error_f851667af71bcfc6(arg0: any, arg1: any): void;
|