Browse Source

Merge pull request #2802 from anoadragon453/anoa/wasm

Update WASM statement
Rémi Verschelde 5 years ago
parent
commit
64f3fd7b5a
1 changed files with 5 additions and 4 deletions
  1. 5 4
      getting_started/step_by_step/exporting.rst

+ 5 - 4
getting_started/step_by_step/exporting.rst

@@ -284,7 +284,8 @@ to wait a few moments while the game loads before you see the start screen.
 The console window beneath the game tells you if anything goes wrong. You can
 The console window beneath the game tells you if anything goes wrong. You can
 disable it by setting "Export With Debug" off when you export the project.
 disable it by setting "Export With Debug" off when you export the project.
 
 
-.. note:: Browser support for WASM is not very widespread. Firefox and Chrome
-          both support it, but you may still find some things that don't work.
-          Make sure you have updated your browser to the most recent version,
-          and report any bugs you find at the `Godot Github repository <https://github.com/godotengine/godot/issues>`_.
+.. note:: While WASM is supported in all major browsers, it is still an emerging
+          technology and you may find some things that don't work. Make sure
+          you have updated your browser to the most recent version, and report
+          any bugs you find at the `Godot Github repository
+          <https://github.com/godotengine/godot/issues>`_.