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/syntax/modules.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,19 +360,23 @@ A *direct export* is one where the export references a function, table, memory,
360
360
361
361
An *indirect export* (or *re-export*) is one where the export references a function, table, memory, or global that the module imports.
362
362
363
-
For an export :math:`\export` in module :math:`m`, the export is direct when :math:`\exportimport(m, \export.\EDESC) = \epsilon` and indirect otherwise, where
364
-
the import corresponding to an export description is defined by:
363
+
For an export :math:`\export` in module :math:`m`, the export is direct when :math:`\edexportimport(m, \export.\EDESC) = \epsilon` and indirect otherwise, where
364
+
the import corresponding to an export descriptor is defined by:
0 commit comments