Skip to content

Commit

Permalink
Commit one with a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 16, 2023
1 parent b0c423c commit 3a62ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/en-us/games/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ We've also included a reference section so you can easily find information about

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.

Change 2.


To get started, see:

- [About Emscripten](https://emscripten.org/docs/introducing_emscripten/about_emscripten.html) for an introduction including high-level details.
Expand Down

0 comments on commit 3a62ec8

Please sign in to comment.