Trying out the v0.2.0 release, and I'm getting: message: called `Result::unwrap()` on an `Err` value: × unexpected character when I use a relative path ( '../' in my case) to specify the location of the .wit file.
tauri_bindgen_host::generate!(
{
path: "../edit-ui.wit"
}
);