Skip to content

Commit 3f3b4c2

Browse files
authored
[spec] Add missing exnaddr in Addresses section (#2168)
1 parent 9fb128d commit 3f3b4c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

document/core/exec/runtime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Convention
146146
.. _syntax-elemaddr:
147147
.. _syntax-dataaddr:
148148
.. _syntax-structaddr:
149-
.. _syntax-exnaddr:
150149
.. _syntax-arrayaddr:
150+
.. _syntax-exnaddr:
151151
.. _syntax-hostaddr:
152152
.. _syntax-addr:
153153

@@ -169,7 +169,7 @@ in the :ref:`store <syntax-store>` are referenced with abstract *addresses*.
169169
These are simply indices into the respective store component.
170170
In addition, an :ref:`embedder <embedder>` may supply an uninterpreted set of *host addresses*.
171171

172-
$${syntax: {addr funcaddr tableaddr memaddr globaladdr tagaddr elemaddr dataaddr structaddr arrayaddr hostaddr}}
172+
$${syntax: {addr funcaddr tableaddr memaddr globaladdr tagaddr elemaddr dataaddr structaddr arrayaddr exnaddr hostaddr}}
173173

174174
An :ref:`embedder <embedder>` may assign identity to :ref:`exported <syntax-export>` store objects corresponding to their addresses,
175175
even where this identity is not observable from within WebAssembly code itself

0 commit comments

Comments
 (0)