-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tauri_bindgen_host: unwrap() on Err; generate! with relative path #124
Comments
Can you share the wit file you're pointing to? It seems to be a lexing error (not an issue with finding the file) Edit: Or does it work when specifying an absolute path? |
Sorry, I ended up going with another approach, so it will probably take some doing for me to dig up my .wit file. But I'll try. |
I think this might be a duplicate of the CRLF bug good call @Zercerium I still would appreciate if you have the time to check @SenojLuap though. |
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.The text was updated successfully, but these errors were encountered: