Skip to content

Commit 5d8d606

Browse files
authored
[Docs][NFC] Format some docs (#24495)
1 parent a6c883e commit 5d8d606

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

site/source/docs/tools_reference/emsdk.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ The following topics explain how to perform both common and advanced maintenance
124124
How do I just get the latest SDK release?
125125
-----------------------------------------
126126

127-
Use the ``update`` argument to fetch the current registry of available tools, and then specify the ``latest`` install target to get the most recent SDK: ::
127+
Use the ``update`` argument to fetch the current registry of available tools,
128+
and then specify the ``latest`` install target to get the most recent SDK: ::
128129

129130
# Fetch the latest registry of available tools.
130131
./emsdk update
@@ -138,17 +139,19 @@ Use the ``update`` argument to fetch the current registry of available tools, an
138139
How do I install a specific version?
139140
------------------------------------
140141

141-
Use the commands above, replacing ``latest`` with the version you want, for example: ::
142+
Use the commands above, replacing ``latest`` with the version you want, for
143+
example: ::
142144

143145
./emsdk install 4.0.7
144146
./emsdk activate 4.0.7
145147

146148
(you may need to do ``./emsdk update`` before).
147149

148150
Each release also has an *asserts version* which is built with more runtime
149-
checks in LLVM and Binaryen. This can be useful if you think you have encountered a bug in one of these tools. The names of
150-
asserts versions are the same as release versions, with an added suffix of
151-
``-asserts``, e.g. ``4.0.7-asserts``, which you can use with: ::
151+
checks in LLVM and Binaryen. This can be useful if you think you have
152+
encountered a bug in one of these tools. The names of asserts versions are the
153+
same as release versions, with an added suffix of ``-asserts``, e.g.,
154+
``4.0.7-asserts``, which you can use with: ::
152155

153156
./emsdk install 4.0.7-asserts
154157
./emsdk activate 4.0.7-asserts

0 commit comments

Comments
 (0)