diff options
Diffstat (limited to 'out/html')
| -rw-r--r-- | out/html/index.html | 2 | ||||
| -rw-r--r-- | out/html/index.pck | bin | 288180 -> 454948 bytes | |||
| -rw-r--r-- | out/html/indexfs.js | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/out/html/index.html b/out/html/index.html index abd526e..36e1789 100644 --- a/out/html/index.html +++ b/out/html/index.html @@ -266,7 +266,7 @@ var module = { thisProgram: BASE_NAME, wasmBinaryFile: BASE_NAME + '.wasm', - TOTAL_MEMORY: 268435456, + TOTAL_MEMORY: 536870912, print: function print(text) { if (arguments.length > 1) { text = Array.prototype.slice.call(arguments).join(" "); diff --git a/out/html/index.pck b/out/html/index.pck Binary files differindex c426cc7..1be77f2 100644 --- a/out/html/index.pck +++ b/out/html/index.pck diff --git a/out/html/indexfs.js b/out/html/indexfs.js index d79a4a1..3d3a09f 100644 --- a/out/html/indexfs.js +++ b/out/html/indexfs.js @@ -8,7 +8,7 @@ if (!Module.expectedDataFileDownloads) { Module.expectedDataFileDownloads++; (function() { - const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 288180; function fetchRemotePackage(packageName, callback, errback) { + const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 454948; function fetchRemotePackage(packageName, callback, errback) { var xhr = new XMLHttpRequest(); xhr.open('GET', packageName, true); xhr.responseType = 'arraybuffer'; |
