File: index.rst

package info (click to toggle)
emscripten 3.1.69%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 121,872 kB
  • sloc: ansic: 636,110; cpp: 425,974; javascript: 78,401; python: 58,404; sh: 49,154; pascal: 5,237; makefile: 3,365; asm: 2,415; lisp: 1,869
file content (22 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _contributing-to-emscripten-index:

==========================
Contributing to Emscripten
==========================

This section contains articles that are relevant to anyone who wants to contribute to Emscripten and help improve the project.

- :ref:`contributing` provides an introduction to contributing, along with a few ideas for how you can help.
- The :ref:`Developer's-Guide` contains contributor-relevant information, covering compiler operation and submitting patches to the Emscripten repositories.
- :ref:`emscripten-authors` is a partial list of Emscripten contributors, which used to be updated manually. The git log has the full list of all contributors,
  and for that reason it is not necessary to add to the AUTHORS file manually any more (but it is optional).

.. toctree::
   :hidden:

   contributing
   developers_guide
   AUTHORS