From ddf21ca016c611bf4b88d6e96bae0c65faeb6618 Mon Sep 17 00:00:00 2001 From: Leon Krause Date: Sat, 18 Nov 2017 05:50:26 +0100 Subject: Remove asm.js support from HTML5 platform Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility. --- misc/dist/html/default.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'misc') diff --git a/misc/dist/html/default.html b/misc/dist/html/default.html index 9fae34f97e..91193eea47 100644 --- a/misc/dist/html/default.html +++ b/misc/dist/html/default.html @@ -230,7 +230,6 @@ $GODOT_HEAD_INCLUDE (function() { const BASENAME = '$GODOT_BASENAME'; - const MEMORY_SIZE = $GODOT_TOTAL_MEMORY; const DEBUG_ENABLED = $GODOT_DEBUG_ENABLED; const INDETERMINATE_STATUS_STEP_MS = 100; @@ -247,7 +246,6 @@ $GODOT_HEAD_INCLUDE setStatusMode('indeterminate'); game.setCanvas(canvas); - game.setAsmjsMemorySize(MEMORY_SIZE); function setStatusMode(mode) { -- cgit v1.2.3