diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-10-28 16:29:23 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2021-11-10 08:35:42 -0800 |
| commit | f738abe63b6c351e0ba523a01b05d04fead8acff (patch) | |
| tree | 94dbadc95ac45ac84300ff585abe8099b1d9421f | |
| parent | 971638824fd859eb28dbee069ad109fc80e3e5c5 (diff) | |
| download | rust-f738abe63b6c351e0ba523a01b05d04fead8acff.tar.gz rust-f738abe63b6c351e0ba523a01b05d04fead8acff.zip | |
Update platform support docs
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 6b0c336b3c7..b749d7f0891 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -276,7 +276,7 @@ target | std | host | notes `thumbv7a-pc-windows-msvc` | ? | | `thumbv7a-uwp-windows-msvc` | ✓ | | `thumbv7neon-unknown-linux-musleabihf` | ? | | Thumb2-mode ARMv7a Linux with NEON, MUSL -`wasm64-unknown-unknown` | * | | WebAssembly +`wasm64-unknown-unknown` | ? | | WebAssembly `x86_64-apple-ios-macabi` | ✓ | | Apple Catalyst on x86_64 `x86_64-apple-tvos` | * | | x86 64-bit tvOS `x86_64-pc-windows-msvc` | ✓ | | 64-bit Windows XP support |
