-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[feat] Rust Wasm crate with the Tauri API #5354
Comments
there has been an effort in this PR #2239 but it got stalled and I think @JonasKruckenberg is cooking something too |
Cool ! @JonasKruckenberg don't hesitate if you wanna some testers ! We will be happy to contribute. |
I've been working around this with some macros for now (https://github.com/jvatic/tauri-ipc-macros) in case anyone's looking for something to experiment with until we get official bindings. (It'd be really nice to get tauri-bindgen updated with the latest WIT spec though! That route forward seems really promising.) |
I should also mention that there is https://github.com/JonasKruckenberg/tauri-sys |
Describe the problem
We use Yew to wrote our web application in full Rust.
We wanna to use Tauri, that requires today to make call via the Javascript.
Describe the solution you'd like
Create 2 crates, one for
tauri-api
in full Rust, 1 fortauri-api-mock
to handle unit tests with mockup.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: