From 0a63215cde292c38fa1e08fa7ed23a570f373b05 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Fri, 3 Nov 2023 12:55:03 -0700 Subject: [PATCH] Resource efficient will often mean CPU/memory. Here, it saves download size. (#3028) --- website/docs/introduction.mdx | 2 +- .../ko/docusaurus-plugin-content-docs/current/introduction.mdx | 2 +- .../vi/docusaurus-plugin-content-docs/current/introduction.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/introduction.mdx b/website/docs/introduction.mdx index 1bfa099e8..98f42806f 100644 --- a/website/docs/introduction.mdx +++ b/website/docs/introduction.mdx @@ -48,7 +48,7 @@ and TypeScript versions for each template. Wails uses a purpose built library for handling native elements such as Window, Menus, Dialogs, etc, so you can build good-looking, feature rich desktop applications. -**It does not embed a browser**, so it is resource efficient. Instead, it uses the native rendering engine for the +**It does not embed a browser**, so it delivers a small runtime. Instead, it reuses the native rendering engine for the platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium. ### Go & JavaScript Interoperability diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/introduction.mdx b/website/i18n/ko/docusaurus-plugin-content-docs/current/introduction.mdx index 222a0ae98..9fd585e11 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/introduction.mdx +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/introduction.mdx @@ -42,7 +42,7 @@ Wails comes with a number of pre-configured templates that allow you to get your Wails uses a purpose built library for handling native elements such as Window, Menus, Dialogs, etc, so you can build good-looking, feature rich desktop applications. -**It does not embed a browser**, so it is resource efficient. Instead, it uses the native rendering engine for the platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium. +**It does not embed a browser**, so it delivers a small runtime. Instead, it reuses the native rendering engine for the platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium. ### Go & JavaScript Interoperability diff --git a/website/i18n/vi/docusaurus-plugin-content-docs/current/introduction.mdx b/website/i18n/vi/docusaurus-plugin-content-docs/current/introduction.mdx index a8bb301fb..98d1dd2f8 100644 --- a/website/i18n/vi/docusaurus-plugin-content-docs/current/introduction.mdx +++ b/website/i18n/vi/docusaurus-plugin-content-docs/current/introduction.mdx @@ -42,7 +42,7 @@ Wails comes with a number of pre-configured templates that allow you to get your Wails uses a purpose built library for handling native elements such as Window, Menus, Dialogs, etc, so you can build good-looking, feature rich desktop applications. -**It does not embed a browser**, so it is resource efficient. Instead, it uses the native rendering engine for the platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium. +**It does not embed a browser**, so it delivers a small runtime. Instead, it reuses the native rendering engine for the platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium. ### Go & JavaScript Interoperability