Skip to content

Commit b6a4b0b

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • component-model/src/language-support

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ Breaking down each part of this command:
138138

139139
After this command completes, you will have a new file named `adder.wasm`
140140
available in the source folder.
141-
You can see that `adder.wasm` contains a component with the following command:
141+
142+
You can verify that `adder.wasm` is a valid WebAssembly component with the following command:
142143

143144
```console
144145
> wasm-tools print adder.wasm | head -1

0 commit comments

Comments
 (0)