@noir-lang/noir_wasm 0.24.0-722dc96.nightly → 0.24.0-b5e5c30.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/dist/node/index_bg.wasm +0 -0
- package/dist/node/main.js +12 -12
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +1 -1
- package/dist/web/main.mjs +12 -12
- package/dist/web/main.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2,10 +2,10 @@ export function compile_(entry_point: string, contracts: boolean | undefined, de
|
|
|
2
2
|
export function compile(entry_point: string, contracts: boolean | undefined, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): CompileResult;
|
|
3
3
|
export function init_log_level(filter: string): void;
|
|
4
4
|
export function build_info(): any;
|
|
5
|
-
export function __wbindgen_is_undefined(arg0: any): boolean;
|
|
6
5
|
export function __wbindgen_object_drop_ref(arg0: any): void;
|
|
7
6
|
export function __wbg_constructor_05d6d198f3477d6f(...args: any[]): any;
|
|
8
7
|
export function __wbg_constructor_e8767839abf8a966(...args: any[]): any;
|
|
8
|
+
export function __wbindgen_is_undefined(arg0: any): boolean;
|
|
9
9
|
export function __wbg_new_abda76e883ba8a5f(...args: any[]): any;
|
|
10
10
|
export function __wbg_stack_658279fe44541cf6(...args: any[]): any;
|
|
11
11
|
export function __wbg_error_f851667af71bcfc6(...args: any[]): any;
|