We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a1e04 commit 5e2f93eCopy full SHA for 5e2f93e
1 file changed
component-model/src/reference/faq.md
@@ -17,7 +17,7 @@ A WebAssembly component:
17
WebAssembly Components can (and often do) contain core modules, but generally WebAssembly core modules
18
*cannot* contain Components. WebAssembly components and WebAssembly core modules have a different binary format.
19
20
-WebAssembly can be expressed via both a binary and textual format (["WAT", the WebAssembly Text format][wat]).
+WebAssembly components can be expressed via both a binary and textual format (["WAT", the WebAssembly Text format][wat]).
21
22
[wat]: https://webassembly.github.io/spec/core/text/index.html
23
[cabi]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md
0 commit comments