Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document/core/exec/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ It records its :ref:`type <syntax-globaltype>` and holds an individual :ref:`val
.. math::
\begin{array}{llll}
\production{(global instance)} & \globalinst &::=&
\{ \GITYPE~\valtype, \GIVALUE~\val \} \\
\{ \GITYPE~\globaltype, \GIVALUE~\val \} \\
\end{array}

The value of mutable globals can be mutated through :ref:`variable instructions <syntax-instr-variable>` or by external means provided by the :ref:`embedder <embedder>`.
Expand Down