File tree Expand file tree Collapse file tree
component-model/src/language-support Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
42423 . 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.
You can’t perform that action at this time.
0 commit comments