mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:39:30 +08:00
Resource efficient will often mean CPU/memory. Here, it saves download size. (#3028)
This commit is contained in:
parent
ae688aa07d
commit
0a63215cde
@ -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
|
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.
|
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.
|
platform. On Windows, this is the new Microsoft Webview2 library, built on Chromium.
|
||||||
|
|
||||||
### Go & JavaScript Interoperability
|
### 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.
|
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
|
### 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.
|
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
|
### Go & JavaScript Interoperability
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user