tauri-apps/tauri

[feat] Rust Wasm crate with the Tauri API

MarcAntoine-Arnaud opened this issue · 2 comments

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

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.