summaryrefslogtreecommitdiff
path: root/out/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'out/html/index.html')
-rw-r--r--out/html/index.html2
1 files changed, 1 insertions, 1 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(" ");