@noir-lang/noir_wasm 1.0.0-beta.16-132eaee.nightly → 1.0.0-beta.16-5a65dae.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.
@@ -82,15 +82,15 @@ export class CompilerContext {
82
82
  */
83
83
  add_dependency_edge(crate_name: string, from: CrateId, to: CrateId): void;
84
84
  /**
85
- * @param {number} program_width
85
+ * @param {number} _program_width
86
86
  * @returns {ProgramCompileResult}
87
87
  */
88
- compile_program(program_width: number): ProgramCompileResult;
88
+ compile_program(_program_width: number): ProgramCompileResult;
89
89
  /**
90
- * @param {number} program_width
90
+ * @param {number} _program_width
91
91
  * @returns {ContractCompileResult}
92
92
  */
93
- compile_contract(program_width: number): ContractCompileResult;
93
+ compile_contract(_program_width: number): ContractCompileResult;
94
94
  }
95
95
  export class CrateId {
96
96
  static __wrap(ptr: any): any;
@@ -68,15 +68,15 @@ export class CompilerContext {
68
68
  */
69
69
  add_dependency_edge(crate_name: string, from: CrateId, to: CrateId): void;
70
70
  /**
71
- * @param {number} program_width
71
+ * @param {number} _program_width
72
72
  * @returns {ProgramCompileResult}
73
73
  */
74
- compile_program(program_width: number): ProgramCompileResult;
74
+ compile_program(_program_width: number): ProgramCompileResult;
75
75
  /**
76
- * @param {number} program_width
76
+ * @param {number} _program_width
77
77
  * @returns {ContractCompileResult}
78
78
  */
79
- compile_contract(program_width: number): ContractCompileResult;
79
+ compile_contract(_program_width: number): ContractCompileResult;
80
80
  }
81
81
  export class CrateId {
82
82
  static __wrap(ptr: any): any;