@noir-lang/noir_wasm 0.36.0 → 0.37.0-f8fd813.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 +7 -7
- package/dist/node/main.js.map +1 -1
- package/dist/types/build/cjs/index.d.ts +3 -3
- package/dist/web/main.mjs +7 -7
- package/dist/web/main.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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_object_drop_ref(arg0: any): void;
|
|
8
|
-
export function __wbg_constructor_42abc892058cbf24(): number;
|
|
9
7
|
export function __wbindgen_is_undefined(arg0: any): boolean;
|
|
10
|
-
export function
|
|
8
|
+
export function __wbindgen_object_drop_ref(arg0: any): void;
|
|
9
|
+
export function __wbg_constructor_42de8bc8dcb2b8b0(): number;
|
|
10
|
+
export function __wbg_constructor_b2eb6c76844c9298(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;
|