.. _integrating-porting-index:

=======
Porting
=======

The topics in this section cover the main integration points that you need to consider when porting C/C++ code to Emscripten, along with general coding and debugging guidelines.

.. toctree::
  :maxdepth: 1

  guidelines/index
  emscripten-runtime-environment
  connecting_cpp_and_javascript/index
  files/index
  multimedia_and_graphics/index
  Audio
  Debugging
  pthreads
  networking
  simd
  exceptions
  setjmp-longjmp
  asyncify
  ../compiling/Building-Projects

