Skip to content

Commit baf28a1

Browse files
committed
run fmt
1 parent 0a38871 commit baf28a1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tasks/bundle-wasm.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ export const compiled = await WebAssembly.compile(await new Response(stream).arr
1616
`;
1717

1818
await Deno.writeTextFile("wasm.ts", source);
19-
console.log(`wrote wasm.ts (${wasm.length}${compressed.byteLength} bytes compressed, ${Math.round(compressed.byteLength / wasm.length * 100)}%)`);
19+
console.log(
20+
`wrote wasm.ts (${wasm.length}${compressed.byteLength} bytes compressed, ${
21+
Math.round(compressed.byteLength / wasm.length * 100)
22+
}%)`,
23+
);

0 commit comments

Comments
 (0)