mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove asm.js support from HTML5 platform
Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility.
This commit is contained in:
2
misc/dist/html/default.html
vendored
2
misc/dist/html/default.html
vendored
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user