WebAssembly 개발 환경 설정

WebAssembly용 개발 환경을 설정하려면 다음과 같이 하십시오:

  1. Preferences > SDKs > WebAssembly 로 이동합니다.
  2. Emscripten SDK path 에서 emsdk 을 설치한 루트 디렉터리를 입력합니다.
  3. Qt Creator Qt for WebAssembly 버전이 emsdk 을 지원하는 경우 Emscripten SDK environment 을 설정합니다.

    SDK 환경 설정의 WebAssembly 탭

  4. Preferences > Kits 으로 이동하여 Qt Creator 이 생성하는 WebAssembly 키트를 확인합니다. C/C++ 에 사용할 엠스크립텐 컴파일러가 표시되지 않으면 엠스크립텐이 올바르게 설정되어 있는지 확인하세요.

    키트 환경설정의 키트 탭에 있는 WebAssembly 키트

웹용 애플리케이션 빌드하기, 방법도참조하세요 : 웹 어셈블리용 개발, 플러그인 활성화 및 비활성화를 참조하세요.

Copyright © The Qt Company Ltd. and other contributors. 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.