참고 사이트 : https://emscripten.org/docs/getting_started/downloads.html#sdk-download-and-install
사전 : IIS, git 설치
해당 코드는 cmd에서 입력
- 프로젝트를 진행할 폴더 생성
- 해당 폴더에서 git bash 실행
- $ git clone https://github.com/emscripten-core/emsdk.git
- $ cd emsdk
- $ git pull
- $ call emsdk instlal latest
- $ call emsdk activate latest
- $ call emsdk_env.bat
- $ emcc -v
- 버전 확인 가능
emscripten 이용해서 html생성후
- cmd창에 $python -m http.server 입력
- 브라우저 주소창에 http://localhost:8000/ 입력 후 실행하고자 하는 html파일 선택
'WEB' 카테고리의 다른 글
| [C++]VS code에서 C/C++ 코딩 환경 구축하기 (0) | 2023.04.19 |
|---|---|
| pyspark 에러 (0) | 2022.05.02 |
| 코랩에서 pyspark 이용하기 (0) | 2022.05.01 |
| [코딩] 웹개발 종합반 4주차 WIL (0) | 2022.04.17 |
| [코딩] 웹개발 종합반 3주차 WIL (0) | 2022.04.17 |