We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1140922 commit b28929aCopy full SHA for b28929a
1 file changed
component-model/src/language-support/c.md
@@ -46,7 +46,7 @@ First, install the following dependencies:
46
* On a Linux system, you can skip to the ["Install"](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#install) section.
47
To build from source, start from the beginning of the README.
48
49
-The WASI SDK will install a local version of `clang` configured with a WASI sysroot.
+A WASI SDK installation will include a local version of `clang` configured with a WASI sysroot.
50
(A sysroot is a directory containing header files and libraries
51
for a particular target platform.)
52
Follow [these instructions](https://github.com/WebAssembly/wasi-sdk#use) to configure it for use.
0 commit comments