summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Sørvig <morten.sorvig@qt.io>2023-02-01 10:32:12 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-28 13:17:28 +0000
commit51e4a625d537f034e708b9adac2ddf40488780ce (patch)
tree19f0906cab3e2916a4c6d9e1c8ef9d63c1e96685
parent279da7b082c329b90053c156d6db23a96a58a065 (diff)
downloadqtdoc-51e4a625d537f034e708b9adac2ddf40488780ce.tar.gz
Add Qt for WebAssembly changes
Change-Id: I545d8881341925ced2cc22e2fe924c2f37465d73 Reviewed-by: Lorn Potter <lorn.potter@gmail.com> (cherry picked from commit 1a5419646ae6bde312ba9fe942143fee2e5343eb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index b34ba870..a082cbd6 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -294,6 +294,23 @@
\section1 Platform Changes
+ \section2 WebAssembly
+ \list
+ \li Added binary package with multithreading enabled to the Qt installer.
+ \li Added support for the \l{https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API}
+ {File System Access} API. File dialog calls such as QFileDialog::getOpenFileContent() and
+ QFileDialog::saveFileContent() will now use this API, if supported by the browser.
+ \li Added support for the \l{https://developer.mozilla.org/en-US/docs/Web/API/Local_Font_Access_API}
+ {Local Font Access} API. Qt will now use local fonts on browsers which support this API.
+ \li Added tech preview of video playback and camera support to Qt Multimedia.
+ \li Added configure option for WebAssembly SIMD: -feature-wasm-simd128
+ \li Added configure option for WebAssembly exceptions: -feature-wasm-exceptions
+ \li Published \l{https://git.qt.io/mosorvig/qt-web-utils}{Qt Web Utils} with utility functions and
+ Qt on web usage examples.
+ \li QTest for WebAssembly now uses emrun by default. A specialized script for WebAssembly drives
+ the execution of automatic tests.
+ \endlist
+
\section2 Desktop Platforms
\section3 Windows