Skip to content

Commit 62ab88e

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

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
@@ -126,7 +126,7 @@ the WASI SDK.
126126
Breaking down each part of this command:
127127

128128
* `-o adder.wasm` configures the output file that will contain binary WebAssembly code.
129-
* The `-mexec-model` flag controls the desired execution model of the
129+
* `-mexec-model=reactor` 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.
132132
A reactor component is more like a library, while a command component

0 commit comments

Comments
 (0)