You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: document/core/valid/modules.rst
+11-3
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,15 @@ Instead, the context :math:`C` for validation of the module's content is constru
543
543
544
544
* :math:`C.\CREFS` is the set :math:`\freefuncidx(\module.\MELEMS)`, i.e., the set of :ref:`function indices <syntax-funcidx>` occurring in any of the module's :ref:`element segments <syntax-elem>`.
545
545
546
-
* Let :math:`C'` be the :ref:`context <context>` where :math:`C'.\CGLOBALS` is the sequence :math:`\etglobals(\X{it}^\ast)` and all other fields are empty.
546
+
* Let :math:`C'` be the :ref:`context <context>` where:
547
+
548
+
* :math:`C'.\CGLOBALS` is the sequence :math:`\etglobals(\X{it}^\ast)`,
549
+
550
+
* :math:`C'.\CFUNCS` is the same as :math:`C.\CFUNCS`,
551
+
552
+
* :math:`C'.\CREFS` is the same as :math:`C.\CREFS`,
553
+
554
+
* all other fields are empty.
547
555
548
556
* Under the context :math:`C`:
549
557
@@ -630,7 +638,7 @@ Instead, the context :math:`C` for validation of the module's content is constru
C' = \{ \CGLOBALS~\X{igt}^\ast, \CFUNCS~(C.\CFUNCS), \CREFS~(C.\CREFS) \}
634
642
\qquad
635
643
|C.\CMEMS| \leq1
636
644
\qquad
@@ -661,7 +669,7 @@ Instead, the context :math:`C` for validation of the module's content is constru
661
669
All types needed to construct :math:`C` can easily be determined from a simple pre-pass over the module that does not perform any actual validation.
662
670
663
671
Globals, however, are not recursive.
664
-
The effect of defining the limited context :math:`C'` for validating the module's globals is that their initialization expressions can only access imported globals and nothing else.
672
+
The effect of defining the limited context :math:`C'` for validating the module's globals is that their initialization expressions can only access functions and imported globals and nothing else.
665
673
666
674
.. note::
667
675
The restriction on the number of memories may be lifted in future versions of WebAssembly.
0 commit comments