You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: On the topic of utf8 vs utf16, it makes more sense to pick utf8 since that's what rust expects and JS has good facilities for encoding strings to utf8 bytes (see TextEncoder and TextDecoder)
My only concern here is that we are not being specific about the string type here, for example:
https://github.com/tauri-apps/tauri-bindgen/blob/main/examples/basic/greet.wit#L2
The text was updated successfully, but these errors were encountered: