Skip to content

Commit d676fed

Browse files
fix: remove errant brace
1 parent 83b4fd7 commit d676fed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • component-model/src/reference

component-model/src/reference/faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ A WebAssembly component refers to a WebAssembly core module that has been wrappe
1212
the [Canonical ABI][cabi], i.e. the binary contract for the Component Model. By adhering to the
1313
canonical ABI, WebAssembly components can take advantage of all the features the Component Model
1414
has to offer.
15-
}
1615
WebAssembly Components can (and often do) contain core modules, but generally WebAssembly core modules
1716
*cannot not* contain Components. One easy way to differentiate is by reading the WAT for a component:
1817

0 commit comments

Comments
 (0)