From b5bd48c986a23b10cf6dd57d7ad7a650a3e83ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Tue, 22 Apr 2025 19:43:14 +0900 Subject: [PATCH] docs(iron-remote-desktop): improve README.md --- crates/iron-remote-desktop/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/iron-remote-desktop/README.md b/crates/iron-remote-desktop/README.md index 4ac80083..58ba88bf 100644 --- a/crates/iron-remote-desktop/README.md +++ b/crates/iron-remote-desktop/README.md @@ -2,5 +2,7 @@ Helper crate for building WASM modules compatible with the `iron-remote-desktop` WebComponent. -Implement the `RemoteDesktopApi` on a Rust type, and call the `make_bridge!` on +Implement the `RemoteDesktopApi` trait on a Rust type, and call the `make_bridge!` on it to generate the WASM API that is expected by `iron-remote-desktop`. + +See the `ironrdp-web` crate in the repository to see how it is used in practice.