Skip to content

Commit 1140922

Browse files
Update component-model/src/language-support/c.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent d47c634 commit 1140922

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/c.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ First, install the following dependencies:
4040
as well as converting between preview1 modules and preview2 components in
4141
the optional manual workflow.
4242
3. The [`WASI SDK`](https://github.com/webassembly/wasi-sdk)
43-
* The WASI SDK includes a version of the C standard library (`libc`) based on WASI,
43+
* WASI SDK is a WASI enabled C/C++ toolchain which includes a version of the C standard
44+
library (`libc`) implemented with WASI interfaces,
4445
among other artifacts necessary to compile C/C++ to WebAssembly.
4546
* On a Linux system, you can skip to the ["Install"](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#install) section.
4647
To build from source, start from the beginning of the README.

0 commit comments

Comments
 (0)