CMake: Improve doc page of the QT_WASM_MAXIMUM_MEMORY property

Fix typo in 'application'.
Emphasize MAXIMUM_MEMORY.
Link to the latest commit of settings.js instead of the master branch,
so the link doesn't break in the future.

Task-number: QTBUG-121705
Change-Id: If4bbdcc4fa33d86a892c81dfd1d2703386a0035b
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
(cherry picked from commit 3ec4a555599d352fa97272b8df612bf33e752878)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-02-22 18:01:02 +01:00 committed by Qt Cherry-pick Bot
parent 74c59f8a23
commit a567d408b6

View File

@ -608,11 +608,11 @@ For more information, see \l{https://github.com/emscripten-core/emscripten/blob/
\preliminarycmakeproperty \preliminarycmakeproperty
\cmakepropertywebassemblyonly \cmakepropertywebassemblyonly
Specifies the maximum amount of memory the applicataion can use. Translates into Specifies the maximum amount of memory the application can use. Translates into
the Emscripten compiler setting of MAXIMUM_MEMORY. The default value the Emscripten compiler setting of \c MAXIMUM_MEMORY. The default value
is 4GB, which is the maximum for 32-bit WebAssembly. is 4GB, which is the maximum for 32-bit WebAssembly.
For more information, see \l{https://github.com/emscripten-core/emscripten/blob/main/src/settings.js}{Emscripten compiler settings}. For more information, see the \l{https://github.com/emscripten-core/emscripten/blob/3319a313d3b589624d342b650884caaf8cd9ef30/src/settings.js#L187}{Emscripten compiler settings}.
*/ */