Skip to content

Commit

Permalink
bump wasm to 28 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed May 28, 2024
1 parent 35e63ac commit d53f8a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class BarretenbergWasmMain extends BarretenbergWasmBase {
module: WebAssembly.Module,
threads = Math.min(getNumCpu(), BarretenbergWasmMain.MAX_THREADS),
logger: (msg: string) => void = debug,
initial = 27,
initial = 28,
maximum = 2 ** 16,
) {
this.logger = logger;
Expand Down

0 comments on commit d53f8a8

Please sign in to comment.