Live data from Hacker News

Tauri: Rust-based Electron alternative releases beta

tauri.studio

1–10 of 177 posts

Re: Tauri: Rust-based Electron alternative releases beta

#4
post #3
post #2

Hey - I am nothingismagick aka Denjell, one of the founders of Tauri, and will do my best to answer your questions about the project, rust, wasm, etc. https://github.com/tauri-apps/tauri

Does the project contain C++ code?

v8 is c++ and by their own page, they use node whihch embeds c++ so I'd say yes

Re: Tauri: Rust-based Electron alternative releases beta

#7
post #3
post #2

Hey - I am nothingismagick aka Denjell, one of the founders of Tauri, and will do my best to answer your questions about the project, rust, wasm, etc. https://github.com/tauri-apps/tauri

Does the project contain C++ code?

no, not directly. all primary code is written in rust

Re: Tauri: Rust-based Electron alternative releases beta

#8
post #3

Earlier quoted context omitted.

Does the project contain C++ code?

v8 is c++ and by their own page, they use node whihch embeds c++ so I'd say yes

we do not embed node in the final binary, although you can use either the nodejs based cli or the rust cargo one.

Re: Tauri: Rust-based Electron alternative releases beta

#9
post #6

A step towards the right direction, I am curious how it performs in relation to Ultralight[0]! [0]: https://github.com/ultralight-ux/Ultralight

Tauri distributables are still 10 times smaller than Ultralight. Regarding performance will have to do some reviews.

Re: Tauri: Rust-based Electron alternative releases beta

#10
post #6

A step towards the right direction, I am curious how it performs in relation to Ultralight[0]! [0]: https://github.com/ultralight-ux/Ultralight

Tauri just uses the platform native webview, it's not a rendering engine.

I'm a bit surprised the new website doesn't mention this at all. The Github repo does.

Post reply on HN