Skip to content

Commit 94693c0

Browse files
authored
Add link to wasm32-unknown-emscripten
1 parent b956d2b commit 94693c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This target currently has no equivalent in C/C++. There is no C/C++ toolchain
4646
for this target. While interop is theoretically possible it's recommended to
4747
instead use one of:
4848

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++.
5151
* [`wasm32-wasip1`](./wasm32-wasip1.md) - the wasi-sdk toolchain is used to
5252
compile C/C++ on this target and can interop with Rust code. WASI works on
5353
the web so far as there's no blocker, but an implementation of WASI APIs

0 commit comments

Comments
 (0)