We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2075a4b commit f89b68aCopy full SHA for f89b68a
1 file changed
component-model/src/design/component-model-concepts.md
@@ -61,7 +61,7 @@ must implement those three interfaces.
61
In the context of WebAssembly, a _host_ refers to a WebAssembly runtime
62
capable of executing WebAssembly binaries.
63
A _guest_ refers to the WebAssembly binary that is executed by the host.
64
-(These terms come from virtualization, where a guest is
+(These terms borrow from their analogs in [virtualization](https://en.wikipedia.org/wiki/Virtualization), where a guest is
65
a software-based virtual machine that runs on physical hardware,
66
which is the "host")
67
0 commit comments