Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.rst linguist-documentation=false
document/* linguist-documentation=false
document/*.rst linguist-documentation=false
document/*/*.rst linguist-documentation=false
test/harness/wast.js linguist-vendored
test/harness/testharness* linguist-vendored

1 change: 1 addition & 0 deletions document/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ html:
sed s:BASEDIR:..:g <$$file >$$file.out; \
sed 's;<body;<script type="text/javascript">MathJax.Hub.Config({TeX: {MAXBUFFER: 10*1024}})</script><body;' \
<$$file.out >$$file; \
rm -f $$file.out; \
done
@echo
@echo "Build finished. The HTML pages are in `pwd`/$(BUILDDIR)/html."
Expand Down
10 changes: 9 additions & 1 deletion document/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WebAssembly Specification
Release |release| (work in progress, last updated |today|)

.. toctree::
:maxdepth: 2
:maxdepth: 3

introduction/index
syntax/index
Expand All @@ -20,6 +20,14 @@ WebAssembly Specification
appendix-textual/index
appendix-names/index

.. only:: latex

.. toctree::

syntax/instrindex

.. only:: html

* :ref:`instrindex`

* :ref:`genindex`
9 changes: 0 additions & 9 deletions document/instructions/group-control-blocks.rst

This file was deleted.

9 changes: 0 additions & 9 deletions document/instructions/group-control-branches.rst

This file was deleted.

9 changes: 0 additions & 9 deletions document/instructions/group-control-calls.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-control-others.rst

This file was deleted.

10 changes: 0 additions & 10 deletions document/instructions/group-control.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-memory-load.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-memory-size.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-memory-store.rst

This file was deleted.

9 changes: 0 additions & 9 deletions document/instructions/group-memory.rst

This file was deleted.

13 changes: 0 additions & 13 deletions document/instructions/group-numeric-binary-float.rst

This file was deleted.

18 changes: 0 additions & 18 deletions document/instructions/group-numeric-binary-int.rst

This file was deleted.

12 changes: 0 additions & 12 deletions document/instructions/group-numeric-compare-float.rst

This file was deleted.

12 changes: 0 additions & 12 deletions document/instructions/group-numeric-compare-int.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-numeric-const.rst

This file was deleted.

12 changes: 0 additions & 12 deletions document/instructions/group-numeric-convert.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-numeric-reinterpret.rst

This file was deleted.

7 changes: 0 additions & 7 deletions document/instructions/group-numeric-test-int.rst

This file was deleted.

13 changes: 0 additions & 13 deletions document/instructions/group-numeric-unary-float.rst

This file was deleted.

9 changes: 0 additions & 9 deletions document/instructions/group-numeric-unary-int.rst

This file was deleted.

16 changes: 0 additions & 16 deletions document/instructions/group-numeric.rst

This file was deleted.

8 changes: 0 additions & 8 deletions document/instructions/group-parametric.rst

This file was deleted.

11 changes: 0 additions & 11 deletions document/instructions/group-variables.rst

This file was deleted.

15 changes: 0 additions & 15 deletions document/instructions/index.rst

This file was deleted.

6 changes: 0 additions & 6 deletions document/instructions/overview.rst

This file was deleted.

6 changes: 0 additions & 6 deletions document/instructions/sequences.rst

This file was deleted.

Loading