Skip to content

Commit f89b68a

Browse files
Update component-model/src/design/component-model-concepts.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 2075a4b commit f89b68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component-model/src/design/component-model-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ must implement those three interfaces.
6161
In the context of WebAssembly, a _host_ refers to a WebAssembly runtime
6262
capable of executing WebAssembly binaries.
6363
A _guest_ refers to the WebAssembly binary that is executed by the host.
64-
(These terms come from virtualization, where a guest is
64+
(These terms borrow from their analogs in [virtualization](https://en.wikipedia.org/wiki/Virtualization), where a guest is
6565
a software-based virtual machine that runs on physical hardware,
6666
which is the "host")
6767

0 commit comments

Comments
 (0)