qt_wasm_initial_memory
内部の WebAssembly 初期メモリ。
このプロパティは Qt 6.2.4 で導入されました。
注意: このプロパティはテクノロジープレビューであり、将来のリリースで変更される可能性があります。
注意: このプロパティは、WebAssembly プラットフォームをターゲットにしている場合にのみ使用されます。
使用するメモリの初期量をバイト単位で指定します。それ以上使用すると、ブラウザは古いヒープを新しいヒープにコピーします。Emscripten コンパイラの INITIAL_MEMORY 設定に変換されます。QT_WASM_INITIAL_MEMORY は 65536 バイトの倍数でなければなりません。
詳細については、Emscripten コンパイラの設定を参照してください。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.