Improve web version.

This commit is contained in:
Brad Nelson
2022-06-04 21:34:58 -07:00
parent e6ca85f4f6
commit 4b20986bd8
4 changed files with 19 additions and 6 deletions

View File

@ -19,9 +19,7 @@
const HEAP_SIZE = (1024 * 1024);
const STACK_CELLS = 4096;
const boot = `
{{boot}}
`;
var heap = new ArrayBuffer(HEAP_SIZE);
var i32 = new Int32Array(heap);