@noir-lang/noir_wasm 1.0.0-beta.2-b7ace68.nightly → 1.0.0-beta.2-49a095d.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.
@@ -4,10 +4,10 @@ export function compile_program_(entry_point: string, dependency_graph: Dependen
4
4
  export function compile_contract_(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
5
5
  export function init_log_level(level: string): void;
6
6
  export function build_info(): any;
7
+ export function __wbindgen_is_undefined(arg0: any): boolean;
7
8
  export function __wbindgen_object_drop_ref(arg0: any): void;
8
9
  export function __wbg_constructor_cbbf4fc9d5097cdc(): number;
9
10
  export function __wbg_constructor_ab239518aa627840(arg0: any): number;
10
- export function __wbindgen_is_undefined(arg0: any): boolean;
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;