Skip to content
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

Open
MarcAntoine-Arnaud opened this issue Oct 5, 2022 · 4 comments
Open

[feat] Rust Wasm crate with the Tauri API #5354

MarcAntoine-Arnaud opened this issue Oct 5, 2022 · 4 comments

Comments

@MarcAntoine-Arnaud
Copy link

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 for tauri-api-mock to handle unit tests with mockup.

Alternatives considered

No response

Additional context

No response

@amrbashir
Copy link
Member

amrbashir commented Oct 5, 2022

there has been an effort in this PR #2239 but it got stalled and I think @JonasKruckenberg is cooking something too

@MarcAntoine-Arnaud
Copy link
Author

Cool ! @JonasKruckenberg don't hesitate if you wanna some testers ! We will be happy to contribute.

@jvatic
Copy link

jvatic commented Aug 25, 2024

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.)

@amrbashir
Copy link
Member

I should also mention that there is https://github.com/JonasKruckenberg/tauri-sys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📬Proposal
Development

No branches or pull requests

3 participants