Skip to content

Commit 0cf108d

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • component-model/src/language-support

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ A WASI SDK installation will include a local version of `clang` configured with
5050
(A sysroot is a directory containing header files and libraries
5151
for a particular target platform.)
5252
Follow [these instructions](https://github.com/WebAssembly/wasi-sdk#use) to configure WASI SDK for use.
53-
Note that you can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
54-
by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK
55-
to enable and link that build target (see the text about `libclang_rt.*.a` objects in
56-
[the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)).
53+
> [!NOTE]: Note that you can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
54+
> by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK
55+
> to enable and link that build target (see the text about `libclang_rt.*.a` objects in
56+
> [the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)).
5757
5858
## 2. Generate program skeleton from WIT
5959

0 commit comments

Comments
 (0)