summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMorten Sørvig <morten.sorvig@qt.io>2023-02-01 10:32:12 +0100
committerMorten Johan Sørvig <morten.sorvig@qt.io>2023-02-28 12:40:37 +0000
commit1a5419646ae6bde312ba9fe942143fee2e5343eb (patch)
tree4563d0376c2c30c7134d34a34a446ca8b2ef8438 /doc
parent9423c67c767656403014b2eb72b56fe21da90234 (diff)
downloadqtdoc-1a5419646ae6bde312ba9fe942143fee2e5343eb.tar.gz
Add Qt for WebAssembly changes
Pick-to: 6.5 Change-Id: I545d8881341925ced2cc22e2fe924c2f37465d73 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'doc')
-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