Skip to content

Commit f9ecf26

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 cdf01c5 commit f9ecf26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ must implement those three interfaces.
5858

5959
### Platforms
6060

61-
In the context of WebAssembly, the _host_ is the browser or stand-alone runtime
62-
that runs WebAssembly modules.
61+
In the context of WebAssembly, a _host_ refers to a WebAssembly runtime
62+
capable of executing WebAssembly binaries.
6363
The _guest_ is the WebAssembly module that is executed by the host.
6464
(These terms come from virtualization, where a guest is
6565
a software-based virtual machine that runs on physical hardware,

0 commit comments

Comments
 (0)