Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/site/source/docs/porting/index.rst
4154 views
.. _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