We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daa426 commit 06a91a5Copy full SHA for 06a91a5
1 file changed
docs/NativeBuild.md
@@ -34,7 +34,7 @@ Download, unpack and install WASI SDK. Note that these are Linux binary packages
34
```sh
35
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-29/wasi-sdk-29.0-amd_64-linux.tar.gz
36
tar -xzf wasi-sdk-29.0-amd_64-linux.tar.gz
37
-sudo wasi-sdk-29.0-amd_64-linux /opt/wasi-sdk
+sudo mv wasi-sdk-29.0-amd_64-linux /opt/wasi-sdk
38
```
39
40
You can check that WASI SDK is properly installed by checking the WASI clang version:
0 commit comments