Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5610021
Revise and expand on C/C++ language support section
catamorphism Jul 17, 2025
6d68e09
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
df8a045
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
d47c634
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
1140922
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
b28929a
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
ac98c1a
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
0cf108d
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
09e2c4f
Fix markup in NOTE
catamorphism Aug 6, 2025
014a58c
Fix backtick spacing
catamorphism Aug 6, 2025
dbbf191
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
3be8a7e
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
42746b9
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
c02e274
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
8bbe5bd
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
62ab88e
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
7e553ee
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
b6a4b0b
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
fc58b33
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
c77a855
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
069313a
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
58215c5
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
1869fcf
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
ac9f43b
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
08f6720
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
b93f7d4
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
d6737d5
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
e25ffd7
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
363e7c9
Update component-model/src/language-support/c.md
catamorphism Aug 6, 2025
5bceb22
Indent note about PATH
catamorphism Aug 6, 2025
dc7a784
Minor fixes
catamorphism Aug 6, 2025
b75535f
Add comment in component_with_printf example
catamorphism Aug 11, 2025
4ccf45e
Fix broken 'Add WASI to Linker' link
catamorphism Aug 11, 2025
7982cf8
Address review feedback
catamorphism Aug 11, 2025
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 @@ -281,7 +281,7 @@ wasm-tools component new \

## 5. Inspect the built component

Finally, you can inspect the embedded WIT to see your component
Finally, you can inspect the WIT embedded in your component
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, so feel free to ignore, but there isnt any WIT inside the component, so embedded is the wrong verb here and might create a misconception. The component itself has imports and exports, the total of which can be rendered as a wit document. Maybe find a good way to word that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed in 7982cf8, let me know what you think.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to leave this open but merge in the meantime for forward progress -- obviously happy to merge a one line change to fix this in the future :)

(including any WASI imports if you used them):

```
Expand Down