File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ One existing user of this target is the
16
16
WebAssembly using Emscripten and compiles Python extension modules written in Rust
17
17
to the ` wasm32-unknown-emscripten ` target.
18
18
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 ,
21
21
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)
24
23
support interop with C/C++ code.
25
24
26
25
Like Emscripten, the WASI targets [ ` wasm32-wasip1 ` ] ( ./wasm32-wasip1.md ) and
You can’t perform that action at this time.
0 commit comments