This repository was archived by the owner on Nov 3, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Instruction Binary Opcode Type
4444:math: `\LOCALTEE ~x` :math: `\hex {22 }` :math: `[t] \to [t]` :ref: `validation <valid-local.tee >` :ref: `execution <exec-local.tee >`
4545:math: `\GLOBALGET ~x` :math: `\hex {23 }` :math: `[] \to [t]` :ref: `validation <valid-global.get >` :ref: `execution <exec-global.get >`
4646:math: `\GLOBALSET ~x` :math: `\hex {24 }` :math: `[t] \to []` :ref: `validation <valid-global.set >` :ref: `execution <exec-global.set >`
47- + :math:`\TABLEGET~x ` :math: `\hex {25 }` :math: `[\I32 ] \to [t]` :ref: `validation <valid-table.get >` :ref: `execution <exec-table.get >`
48- + :math:`\TABLESET~x ` :math: `\hex {26 }` :math: `[\I32 ~t] \to []` :ref: `validation <valid-table.set >` :ref: `execution <exec-table.set >`
47+ :math: `\TABLEGET ~x` :math: `\hex {25 }` :math: `[\I32 ] \to [t]` :ref: `validation <valid-table.get >` :ref: `execution <exec-table.get >`
48+ :math: `\TABLESET ~x` :math: `\hex {26 }` :math: `[\I32 ~t] \to []` :ref: `validation <valid-table.set >` :ref: `execution <exec-table.set >`
4949(reserved) :math: `\hex {27 }`
5050:math: `\I32 .\LOAD ~\memarg ` :math: `\hex {28 }` :math: `[\I32 ] \to [\I32 ]` :ref: `validation <valid-load >` :ref: `execution <exec-load >`
5151:math: `\I64 .\LOAD ~\memarg ` :math: `\hex {29 }` :math: `[\I32 ] \to [\I64 ]` :ref: `validation <valid-load >` :ref: `execution <exec-load >`
You can’t perform that action at this time.
0 commit comments