Skip to content

Commit 3319e8e

Browse files
authored
Fix meaning of emcc
1 parent 06210e1 commit 3319e8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/doc/rustc/src/platform-support/wasm32-unknown-emscripten.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ If you are only targeting the web and need to access web APIs, the
4040

4141
## Requirements
4242

43-
This target is cross-compiled. The Emscripten compiler toolchain (emsdk) must be
44-
installed to link WASM binaries with `emcc`. Please refer to
43+
This target is cross-compiled. The Emscripten compiler toolchain `emcc` must be
44+
installed to link WASM binaries for this target. Please refer to
4545
<https://emscripten.org/docs/getting_started/downloads.html> on how to get started
46-
with the emsdk.
46+
with and install `emcc`.
4747

48-
You can also build the emsdk from source with:
48+
You can also build `emcc` from source with:
4949

5050
```sh
5151
git clone https://github.com/emscripten-core/emsdk.git --depth 1

0 commit comments

Comments
 (0)