Skip to content

Commit

Permalink
test blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Sep 29, 2023
1 parent 3a62ec8 commit fd57312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/en-us/games/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Welcome to the MDN game development center! In this area of the site, we provide
We've also included a reference section so you can easily find information about all the most common APIs used in game development.

> **Note:** Creating games on the web draws on a number of core web technologies such as HTML, CSS, and JavaScript. The [Learning Area](/en-US/docs/Learn) is a good place to go to get started with the basics.
## Port native games to the Web

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](https://emscripten.org/index.html) 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](/en-US/docs/Games/Tools/asm.js), which can be run on the Web. Change 1.
Expand Down

0 comments on commit fd57312

Please sign in to comment.