Question you want answered
How do I determine the host tuple when embedding a sidecar?
Where did you look for an answer?
The docs perfectly explain how to determine the host tuple. However, having to parse the output of rustc -Vv is a bit annoying. As of 1.84.0, rust supports --print host-tuple which directly returns the host tuple.
See rust-lang/rust#125579.
Page URL
https://tauri.app/develop/sidecar/
Additional context
No response
Are you willing to work on this yourself?