소스 검색

Merge pull request #2802 from anoadragon453/anoa/wasm

Update WASM statement
Rémi Verschelde 6 년 전
부모
커밋
64f3fd7b5a
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>`_.