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

This commit is contained in:
Bruno Borges
2023-11-04 06:55:03 +11:00
committed by GitHub
parent ae688aa07d
commit 0a63215cde
3 changed files with 3 additions and 3 deletions
+1 -1
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
@@ -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
@@ -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