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
2 changes: 1 addition & 1 deletion component-model/src/language-support/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The WASI SDK will install a local version of `clang` configured with a wasi-sysr

## 2. Generate program skeleton from WIT

Start by generating a C skeleton from `wit-bindgen` using the [sample `adder/world.wit` file](https://github.com/bytecodealliance/component-docs/tree/main/examples/tutorial/wit/adder/world.wit):
Start by generating a C skeleton from `wit-bindgen` using the [sample `adder/world.wit` file](https://github.com/bytecodealliance/component-docs/blob/main/component-model/examples/tutorial/wit/adder/world.wit):

```
> wit-bindgen c path/to/adder/world.wit
Expand Down