From b49e38a070ff9511b66078211d7585d03e541a42 Mon Sep 17 00:00:00 2001 From: vwkd <33468089+vwkd@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:38:11 +0400 Subject: [PATCH] docs: clarify definition in Introduction (#7566) * Update introduction.md * Update introduction.md --- docs/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index 207285c718..6385e94635 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,7 +1,7 @@ # Introduction -[Wasmtime][github] is a [Bytecode Alliance][BA] project that is a standalone -optimizing runtime for [WebAssembly], [the Component Model], and [WASI]. It runs +[Wasmtime][github] is a standalone optimizing runtime for [WebAssembly], +[the Component Model], and [WASI] by the [Bytecode Alliance][BA]. It runs WebAssembly code [outside of the Web], and can be used both as a command-line utility or as a library embedded in a larger application. Wasmtime strives to be a highly configurable and embeddable runtime to run on any scale of application.