@noir-lang/noir_wasm 1.0.0-beta.6-b1142b6.nightly → 1.0.0-beta.7

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.
@@ -4,9 +4,9 @@ export function init_log_level(level: string): void;
4
4
  export function build_info(): any;
5
5
  export function compile_program(entry_point: string, dependency_graph: DependencyGraph | null | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;
6
6
  export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | null | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
7
- export function __wbg_constructor_3902903c1f5d4112(arg0: any): Error;
8
- export function __wbg_constructor_a76a8a7d51ed51ad(): Object;
9
- export function __wbg_constructor_fdbebea93e1b63a2(): Object;
7
+ export function __wbg_constructor_028de84558e1bc6c(): Object;
8
+ export function __wbg_constructor_2e707aaa476d830f(): Object;
9
+ export function __wbg_constructor_8a689602cef0475e(arg0: any): Error;
10
10
  export function __wbg_debug_3cb59063b29f58c1(arg0: any): void;
11
11
  export function __wbg_debug_e17b51583ca6a632(arg0: any, arg1: any, arg2: any, arg3: any): void;
12
12
  export function __wbg_error_524f506f44df1645(arg0: any): void;