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
1616WebAssembly using Emscripten and compiles Python extension modules written in Rust
1717to 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 ,
2121the [ ` 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)
2423support interop with C/C++ code.
2524
2625Like Emscripten, the WASI targets [ ` wasm32-wasip1 ` ] ( ./wasm32-wasip1.md ) and
You can’t perform that action at this time.
0 commit comments