5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 08:10:56 +08:00

Resource efficient will often mean CPU/memory. Here, it saves download size. (#3028)

This commit is contained in:
Bruno Borges 2023-11-03 12:55:03 -07:00 committed by GitHub
parent ae688aa07d
commit 0a63215cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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