Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions component-model/src/language-support/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ A WASI SDK installation will include a local version of `clang` configured with
for a particular target platform.)
Follow [these instructions](https://github.com/WebAssembly/wasi-sdk#use) to configure WASI SDK for use.

> [!NOTE]
> You can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
> by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK
> to enable and link that build target (see the text about `libclang_rt.*.a` objects in
> [the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)).

## 2. Generate program skeleton from WIT

Start by pasting the contents of the [sample `adder/world.wit` file][sample-wit]
Expand Down
Loading