We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbe5bd commit 62ab88eCopy full SHA for 62ab88e
1 file changed
component-model/src/language-support/c.md
@@ -126,7 +126,7 @@ the WASI SDK.
126
Breaking down each part of this command:
127
128
* `-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
+* `-mexec-model=reactor` controls the desired execution model of the
130
generated code. The argument can be either `reactor` or `command`.
131
In this case, we pass in `-mexec-model=reactor` to build a _reactor_ component.
132
A reactor component is more like a library, while a command component
0 commit comments