Skip to content

Commit 8b58ea1

Browse files
juntyrhoodmane
andauthored
Update src/doc/rustc/src/platform-support/wasm32-unknown-emscripten.md
Co-authored-by: Hood Chatham <[email protected]>
1 parent 3ef8cd8 commit 8b58ea1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ One existing user of this target is the
1616
WebAssembly using Emscripten and compiles Python extension modules written in Rust
1717
to the `wasm32-unknown-emscripten` target.
1818

19-
If you want to generate a standalone bare-bones WebAssembly binary that does not
20-
require JS glue code and access to the web APIs and can thus run outside the web,
19+
If you want to generate a standalone WebAssembly binary that does not
20+
require access to the web APIs or the Rust standard library,
2121
the [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md) target may be better
22-
suited for you. However, [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md)
23-
only has partial support for the Rust standard library and does not (easily)
22+
suited for you. However, [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md) does not (easily)
2423
support interop with C/C++ code.
2524

2625
Like Emscripten, the WASI targets [`wasm32-wasip1`](./wasm32-wasip1.md) and

0 commit comments

Comments
 (0)