Y
Hacker News
new
|
ask
|
show
|
jobs
by
est
254 days ago
So why can't Python call system WebView directly? Is passing through layers of Rust really needed here?
2 comments
Retr0id
254 days ago
Abstractions are rarely "necessary" in a strict sense but since Tauri already solves the problem of doing cross-platform webviews, why not reuse that work?
link
akshayKMR
254 days ago
I've used pywebview in the past ~2017. Works well.
https://github.com/r0x0r/pywebview
link