Skip to content

Commit

Permalink
chore: make backend instantiate available (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx authored and TomAFrench committed Oct 12, 2023
1 parent bf0c2a6 commit 4707288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/noir_js_backend_barretenberg/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class BarretenbergBackend implements Backend {
this.acirUncompressedBytecode = acirToUint8Array(acirBytecodeBase64);
}

private async instantiate(): Promise<void> {
async instantiate(): Promise<void> {
if (!this.api) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
Expand Down

0 comments on commit 4707288

Please sign in to comment.