Skip to content

Commit 269e9f2

Browse files
committed
Mention compilation
1 parent 9d5bdb5 commit 269e9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/appendix/implementation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An implementation may impose restrictions on the following dimensions of a modul
5454
* the range of :ref:`code points <syntax-codepoint>` in a :ref:`name <syntax-name>`
5555

5656
If the limits of an implementation are exceeded for a given module,
57-
then the implementation may reject the :ref:`instantiation <exec-instantiate>` of that module with an embedder-specific error.
57+
then the implementation may reject the :ref:`validation <valid>`, compilation, or :ref:`instantiation <exec-instantiate>` of that module with an embedder-specific error.
5858

5959
.. note::
6060
The last item allows embedders that operate in limited environments without support for

0 commit comments

Comments
 (0)