this post was submitted on 02 Oct 2024
52 points (100.0% liked)

Rust

6030 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 36 points 1 month ago (4 children)

For anyone who hasn't seen it before, Tauri is basically Electron, but it doesn't ship a full chromium browser with each application.

Basically, I hope it replaces all Electron apps. :P

[โ€“] Deebster 1 points 1 month ago

My hope is that something like Servo gets good enough to be included, especially if it's tree-shakable so you can only include a subset of the codebase. I don't know if that's a goal for either projects, but it would be cool - the default webviews can be quite lacking so currently you need to use a restricted set of HTML/CSS/JS to guarantee compatibility.

load more comments (3 replies)