ended9월 12일· 1 sources

Server functions in Fitz: call the server from a WASM component, no plumbing

Why it matters

TL;DR — Mark an async fn with@rpc and call it from a.fitzv component as if it were local:let u = get_user(42).await? . The compiler generates both halves from that one declaration — a POST /__rpc/get_...

1
Sources
+0
24h
Growth
9d
Active

Sources

Related Issues