Skip to content

Commit 5e2f93e

Browse files
fix: components mention
Co-authored-by: itowlson <github@hestia.cc>
1 parent d3a1e04 commit 5e2f93e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/reference

component-model/src/reference/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A WebAssembly component:
1717
WebAssembly Components can (and often do) contain core modules, but generally WebAssembly core modules
1818
*cannot* contain Components. WebAssembly components and WebAssembly core modules have a different binary format.
1919

20-
WebAssembly can be expressed via both a binary and textual format (["WAT", the WebAssembly Text format][wat]).
20+
WebAssembly components can be expressed via both a binary and textual format (["WAT", the WebAssembly Text format][wat]).
2121

2222
[wat]: https://webassembly.github.io/spec/core/text/index.html
2323
[cabi]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md

0 commit comments

Comments
 (0)