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.

Pick-to: 6.7
Task-number: QTBUG-121705
Change-Id: If4bbdcc4fa33d86a892c81dfd1d2703386a0035b
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Alexandru Croitor 2024-02-22 18:01:02 +01:00
parent e3c831dc55
commit 3ec4a55559

View File

@ -608,11 +608,11 @@ For more information, see \l{https://github.com/emscripten-core/emscripten/blob/
\preliminarycmakeproperty
\cmakepropertywebassemblyonly
Specifies the maximum amount of memory the applicataion can use. Translates into
the Emscripten compiler setting of MAXIMUM_MEMORY. The default value
Specifies the maximum amount of memory the application can use. Translates into
the Emscripten compiler setting of \c MAXIMUM_MEMORY. The default value
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}.
*/