tauri-apps/tauri

[feat] Make @tauri-apps/api available from WASM like web-sys

Closed this issue · 1 comments

Describe the problem

It is frustrating having to create Rust bindings for Tauri APIs when using a Rust frontend framework.

Describe the solution you'd like

Tauri should provide a Rust glue crate defining all built-in APIs like web-sys.

Alternatives considered

No response

Additional context

No response

Duplicate of #5354