Skip to content

Commit

Permalink
Fix links to table.fill's validation and execution in appendix (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen authored Jun 22, 2020
1 parent 9df8a3e commit 401c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/appendix/index-instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Instruction Binary Opcode Type
:math:`\TABLECOPY` :math:`\hex{FC}~\hex{0E}` :math:`[\I32~\I32~\I32] \to []` :ref:`validation <valid-table.copy>` :ref:`execution <exec-table.copy>`
:math:`\TABLEGROW` :math:`\hex{FC}~\hex{0F}` :math:`[t~\I32] \to []` :ref:`validation <valid-table.grow>` :ref:`execution <exec-table.grow>`
:math:`\TABLESIZE` :math:`\hex{FC}~\hex{10}` :math:`[] \to []` :ref:`validation <valid-table.size>` :ref:`execution <exec-table.size>`
:math:`\TABLEFILL` :math:`\hex{FC}~\hex{11}` :math:`[\I32~t~\I32] \to []` :ref:`validation <valid-table.init>` :ref:`execution <exec-table.init>`
:math:`\TABLEFILL` :math:`\hex{FC}~\hex{11}` :math:`[\I32~t~\I32] \to []` :ref:`validation <valid-table.fill>` :ref:`execution <exec-table.fill>`
(reserved) :math:`\hex{FD}`
(reserved) :math:`\hex{FE}`
(reserved) :math:`\hex{FF}`
Expand Down

0 comments on commit 401c8eb

Please sign in to comment.