File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ This target currently has no equivalent in C/C++. There is no C/C++ toolchain
46
46
for this target. While interop is theoretically possible it's recommended to
47
47
instead use one of:
48
48
49
- * ` wasm32-unknown-emscripten ` - for web-based use cases the Emscripten
50
- toolchain is typically chosen for running C/C++.
49
+ * [ ` wasm32-unknown-emscripten ` ] ( ./wasm32-unknown-emscripten.md ) - for web-based
50
+ use cases the Emscripten toolchain is typically chosen for running C/C++.
51
51
* [ ` wasm32-wasip1 ` ] ( ./wasm32-wasip1.md ) - the wasi-sdk toolchain is used to
52
52
compile C/C++ on this target and can interop with Rust code. WASI works on
53
53
the web so far as there's no blocker, but an implementation of WASI APIs
You can’t perform that action at this time.
0 commit comments