files/en-us/games/tools/index.md
On this page, you can find links to our game development tools articles, which eventually aim to cover frameworks, compilers, and debugging tools.
If you are a native developer (for example writing games in C++), and you are interested in how you can port your games over to the Web, you should learn more about our Emscripten tool — this is an LLVM to JavaScript compiler, which takes LLVM bytecode (e.g., generated from C/C++ using Clang, or from another language) and compiles that into asm.js, which can be run on the Web.
To get started, see: