We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ea622 commit 8e44afcCopy full SHA for 8e44afc
1 file changed
component-model/src/design/component-model-concepts.md
@@ -22,7 +22,7 @@ with a component that does the main arithmetic.
22
### WebAssembly Interface Types (WIT)
23
24
[WebAssembly Interface Types (WIT)][wit] is the [IDL (Interface Definition Language)][wiki-idl]
25
-used to formally define functionality for WebAssembly modules.
+used to formally define functionality for WebAssembly components.
26
WIT gives WebAssembly components the ability to express type signatures
27
in a language-agnostic way,
28
so any component binary can be both checked and executed.
0 commit comments