Server functions in Fitz: call the server from a WASM component, no plumbing
DEV Community
Server functions in Fitz: call the server from a WASM component, no plumbing
A `@rpc async fn` in a classic Fitz module is callable directly from a client-WASM `.fitzv` — `get_user(42).await?` — as if it were local. The compiler emits both halves from one declaration, typed end-to-end, zero dependencies.
0 comments
No comments yet.