Skip to content

Emscripten

This is the wiki for the Emscripten LLVM to JavaScript compiler. This wiki is for documentation about Emscripten that is:

  • Under construction or for features that have not been fully developed
  • informal and unofficial documentation about the product
  • Time sensitive and requires update faster than can get into the main documentation set.

About

Emscripten은 LLVM bitcode를 Javascript코드로 만들어 주는 프로젝트이다. 보통 C/C++로 작성된 코드를 clang을 이용하여 LLVM bitcode를 생성하고, 다시 Emscripten으로 Javascript코드를 만든다. C/C++이 아니어도 LLVM bitcode를 만들 수 있으면 어떤 코드도 Javascript로 변환 가능하다.

See also

Favorite site