mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
8096 isnt 8kb, 8192 is (#8296)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -176,7 +176,7 @@ export class Bun {
|
||||
return Bun.wasm_source.instance.exports.memory as WebAssembly.Memory;
|
||||
}
|
||||
|
||||
private static scratch: Uint8Array = new Uint8Array(8096);
|
||||
private static scratch: Uint8Array = new Uint8Array(8192);
|
||||
private static memory_array: Uint8Array;
|
||||
|
||||
private static _decoder: TextDecoder;
|
||||
|
||||
Reference in New Issue
Block a user