Comment by cube00

Comment by cube00 2 days ago

0 replies

I referred to secure rendering.

Tauri apps take advantage of the web view already available on every user’s system. A Tauri app only contains the code and assets specific for that app and doesn’t need to bundle a browser engine with every app.

Rendering will still use Edge/Chromium on a generic Windows machine.