File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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*.
169169These are simply indices into the respective store component.
170170In 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
174174An :ref: `embedder <embedder >` may assign identity to :ref: `exported <syntax-export >` store objects corresponding to their addresses,
175175even where this identity is not observable from within WebAssembly code itself
You can’t perform that action at this time.
0 commit comments