瀏覽代碼

Update WASM statement

Andrew Morgan 6 年之前
父節點
當前提交
9f601ff989
共有 1 個文件被更改,包括 5 次插入4 次删除
  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
 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>`_.