We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02e274 commit 8bbe5bdCopy full SHA for 8bbe5bd
1 file changed
component-model/src/language-support/c.md
@@ -125,7 +125,7 @@ the WASI SDK.
125
126
Breaking down each part of this command:
127
128
-* `adder.wasm` is the output file that will contain binary WebAssembly code.
+* `-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
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.
0 commit comments