Skip to content

Commit

Permalink
Resource efficient will often mean CPU/memory. Here, it saves downloa…
Browse files Browse the repository at this point in the history
…d size. (#3028)
  • Loading branch information
brunoborges authored Nov 3, 2023
1 parent ae688aa commit 0a63215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a63215

Please sign in to comment.