Hacker News new | ask | show | jobs
by orthecreedence 1400 days ago
I've embedded a rust logic core into electron, so yes, anything that can expose a C API can be loaded into electron.

That said, after playing around with Tauri a bit I have to say it makes it magnitudes easier to embed rust. So if your target is rust, it's a much nicer option.

1 comments

Tauri supports all languages, as long as they're Rust.