Skip to content

Commit 09e2c4f

Browse files
committed
Fix markup in NOTE
1 parent 0cf108d commit 09e2c4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • component-model/src/language-support

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ 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]: Note that you can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
53+
54+
> [!NOTE]
55+
> You can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
5456
> by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK
5557
> to enable and link that build target (see the text about `libclang_rt.*.a` objects in
5658
> [the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)).

0 commit comments

Comments
 (0)