We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2f93e commit 001bd1dCopy full SHA for 001bd1d
1 file changed
component-model/src/reference/faq.md
@@ -27,7 +27,7 @@ WebAssembly components can be expressed via both a binary and textual format (["
27
28
## Q: How can I tell if a WebAssembly binary is a component or a module?
29
30
-After converting a WebAssembly binary to it's textual format (e.g. via a tool like [`wasm-tools print`][wasm-tools-examples]),
+After converting a WebAssembly binary to its textual format (e.g. via a tool like [`wasm-tools print`][wasm-tools-examples]),
31
it is easy to tell a WebAssembly core module and a WebAssembly component apart.
32
33
A WebAssembly core module generally consists of a top level `(module)` s-expression:
0 commit comments