@noir-lang/noir_wasm
Advanced tools
Comparing version 1.0.0-beta.0-1e965bc.nightly to 1.0.0-beta.0-4ff3081.nightly
@@ -0,1 +1,3 @@ | ||
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; | ||
@@ -5,4 +7,2 @@ 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_object_drop_ref(arg0: any): void; | ||
@@ -9,0 +9,0 @@ export function __wbg_constructor_9385d1ac06a443db(arg0: any): number; |
/** | ||
* @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` | ||
@@ -28,16 +42,2 @@ * 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-1e965bc.nightly", | ||
"version": "1.0.0-beta.0-4ff3081.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -87,5 +87,5 @@ "main": "dist/main.js", | ||
"dependencies": { | ||
"@noir-lang/types": "1.0.0-beta.0-1e965bc.nightly", | ||
"@noir-lang/types": "1.0.0-beta.0-4ff3081.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
26976805
+ Added@noir-lang/types@1.0.0-beta.0-4ff3081.nightly(transitive)
- Removed@noir-lang/types@1.0.0-beta.0-1e965bc.nightly(transitive)