Skip to content

Commit 8bbe5bd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ the WASI SDK.
125125

126126
Breaking down each part of this command:
127127

128-
* `adder.wasm` is the output file that will contain binary WebAssembly code.
128+
* `-o adder.wasm` configures the output file that will contain binary WebAssembly code.
129129
* The `-mexec-model` flag controls the desired execution model of the
130130
generated code. The argument can be either `reactor` or `command`.
131131
In this case, we pass in `-mexec-model=reactor` to build a _reactor_ component.

0 commit comments

Comments
 (0)