oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.1k stars 50 forks source link

fix: move `tauri-specta/typescript` to `tauri` feature #228

Closed alexanderzinolidis closed 9 months ago

alexanderzinolidis commented 9 months ago

Required since tauri does not build on wasm (for the Cloudflare workers alpha support)

oscartbeaumont commented 9 months ago

Thanks for the PR but this should be fixed in main with the splitting of Tauri and httpz integrations into independent crates.

Right now there are no docs for this new change, but feel free to refer to the examples in the repository or jump in the Discord and message me if you have any questions.