We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263139e commit a440d3fCopy full SHA for a440d3f
1 file changed
component-model/src/language-support/language-agnostic.md
@@ -40,6 +40,10 @@ and simply adds two numbers.
40
wasm-tools component new add.wasm -o add.component.wasm
41
```
42
43
+ The suffix `.component.wasm` is just a convention.
44
+ You could also name the output file `add_component.wasm` or anything else
45
+ with the `.wasm` suffix.
46
+
47
### Running a Component with Wasmtime
48
49
You can "run" a component by calling one of its exports. Hosts and runtimes often only support
0 commit comments