tree: 1b037c1a7b78925bb533f98b41c5901e46a0ea47 [path history] [tgz]
  1. static/
  2. util/
  3. .gitignore
  4. binary.rst
  5. conf.py
  6. index.rst
  7. intro.rst
  8. LICENSE
  9. Makefile
  10. README.md
  11. text.rst
document/metadata/code/README.md

WebAssembly Code Metadata Specification

This is the official WebAssembly “language” specification.

It uses Sphinx. To install that:

pip install sphinx

To make HTML (result in _build/html):

make html

To make PDF (result in _build/latex, requires LaTeX):

make pdf

To make all:

make all

Finally, to make all and update webassembly.github.io/spec with it:

make publish

Please make sure to only use that once a change has approval.