Add WebAssembly to supported platforms

Task-number: QTWEBSITE-896
Change-Id: I06c65ce53a4601fa8a3c56354a2c4b1f10d5bea6
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Paul Wicking 2020-01-02 11:42:16 +01:00
parent c8c097a4de
commit b09e11ad9b
1 changed files with 17 additions and 0 deletions

View File

@ -141,6 +141,23 @@ One, and HoloLens.
//! [mobile]
\section2 \l{Qt for WebAssembly}{Qt for WebAssembly}
//! [qtwasm]
\table 80%
\header \li Target Browser \li Device
\row \li Chrome \li Desktop
\row \li FireFox \li Desktop
\row \li Safari \li Desktop, Mobile
\row \li Edge (Chrome) \li Desktop
\row \li Android Browser \li Mobile
\endtable
\br
If the browser supports WebAssembly then Qt should run.
\note Qt has a fixed WebGL requirement, also for apps that do not use WebGL
directly. Browsers often blacklist WebGL for older/unsupported GPUs.
//! [qtwasm]
\section1 Embedded Platforms
//! [embedded]