tree: 24c41d1007088442d1f162be3d5393d8a8ae5369 [path history] [tgz]
  1. appendix/
  2. binary/
  3. exec/
  4. intro/
  5. static/
  6. syntax/
  7. text/
  8. util/
  9. valid/
  10. .gitignore
  11. conf.py
  12. index.bs
  13. index.rst
  14. LICENSE
  15. make.bat
  16. Makefile
  17. README.md
document/core/README.md

WebAssembly Core 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.