HTML5 uses the [emscripten](http://kripken.github.io/emscripten-site/) tool chain from [Mozilla](https://www.mozilla.org/en-US/) to cross-compile C++ into Javascript. In versions 4.9 and later, emscripten and python are included in the engine distribution.
You can find them in `Engine/Source/ThirdParty/HTML5/emsdk/`, but no configuration or additional installation is required to deploy to HTML5.
**To test a [packaged HTML5 project](Engine/Basics/Projects/Packaging):**
1. Select **HTML5** from the **Package Project** fly-out menu.
1. Once the project has packaged, open the destination location and run **HTML5LaunchHelper**.
1. Note the localhost address from this window.

1. Open `[Localhost Address]/[ProjectName].html` in your 64-bit browser. For example, `http://localhost:8000/MyProject.html` using the above localhost address with a project named `MyProject`.