@noir-lang/noir_wasm
Advanced tools
Comparing version 1.0.0-beta.0-6d0f86b.nightly to 1.0.0-beta.0-73ccd45.nightly
@@ -1,3 +0,1 @@ | ||
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult; | ||
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult; | ||
export function compile_program_(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult; | ||
@@ -7,6 +5,8 @@ export function compile_contract_(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult; | ||
export function build_info(): any; | ||
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult; | ||
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult; | ||
export function __wbindgen_is_undefined(arg0: any): boolean; | ||
export function __wbindgen_object_drop_ref(arg0: any): void; | ||
export function __wbindgen_is_undefined(arg0: any): boolean; | ||
export function __wbg_constructor_9385d1ac06a443db(arg0: any): number; | ||
export function __wbg_constructor_acfdb1c959ba62e1(): number; | ||
export function __wbg_constructor_9385d1ac06a443db(arg0: any): number; | ||
export function __wbg_new_abda76e883ba8a5f(): number; | ||
@@ -13,0 +13,0 @@ export function __wbg_stack_658279fe44541cf6(arg0: any, arg1: any): void; |
/** | ||
* @param {string} entry_point | ||
* @param {DependencyGraph | undefined} dependency_graph | ||
* @param {PathToFileSourceMap} file_source_map | ||
* @returns {ProgramCompileResult} | ||
*/ | ||
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult; | ||
/** | ||
* @param {string} entry_point | ||
* @param {DependencyGraph | undefined} dependency_graph | ||
* @param {PathToFileSourceMap} file_source_map | ||
* @returns {ContractCompileResult} | ||
*/ | ||
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult; | ||
/** | ||
* This is a method that exposes the same API as `compile` | ||
@@ -42,2 +28,16 @@ * But uses the Context based APi internally | ||
/** | ||
* @param {string} entry_point | ||
* @param {DependencyGraph | undefined} dependency_graph | ||
* @param {PathToFileSourceMap} file_source_map | ||
* @returns {ProgramCompileResult} | ||
*/ | ||
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult; | ||
/** | ||
* @param {string} entry_point | ||
* @param {DependencyGraph | undefined} dependency_graph | ||
* @param {PathToFileSourceMap} file_source_map | ||
* @returns {ContractCompileResult} | ||
*/ | ||
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult; | ||
/** | ||
* This is a wrapper class that is wasm-bindgen compatible | ||
@@ -44,0 +44,0 @@ * We do not use js_name and rename it like CrateId because |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "1.0.0-beta.0-6d0f86b.nightly", | ||
"version": "1.0.0-beta.0-73ccd45.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -87,5 +87,5 @@ "main": "dist/main.js", | ||
"dependencies": { | ||
"@noir-lang/types": "1.0.0-beta.0-6d0f86b.nightly", | ||
"@noir-lang/types": "1.0.0-beta.0-73ccd45.nightly", | ||
"pako": "^2.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25614001
+ Added@noir-lang/types@1.0.0-beta.0-73ccd45.nightly(transitive)
- Removed@noir-lang/types@1.0.0-beta.0-6d0f86b.nightly(transitive)