WASM + HTML`target = "wasm-html"` produces a browser bundle with runtime JavaScript and forui CSS.
NATIVE`target = "native"` packages the compiled wasm with the runtime for host executables.
RPCFullstack apps use `remote def`, generated client proxies, and a server RPC dispatcher.