aboutsummaryrefslogtreecommitdiff
path: root/docs/WebAssembly.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/WebAssembly.rst')
-rw-r--r--docs/WebAssembly.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WebAssembly.rst b/docs/WebAssembly.rst
index 1df8fa3a82b0..264d221970b1 100644
--- a/docs/WebAssembly.rst
+++ b/docs/WebAssembly.rst
@@ -18,7 +18,7 @@ the WebAssembly tool conventions
https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md.
This is object format that the llvm will produce when run with the
-``wasm32-unknown-unknown-wasm`` target. To build llvm with WebAssembly support
+``wasm32-unknown-unknown`` target. To build llvm with WebAssembly support
currently requires enabling the experimental backed using
``-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly``.