We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff798c9 commit b5bd48cCopy full SHA for b5bd48c
crates/iron-remote-desktop/README.md
@@ -2,5 +2,7 @@
2
3
Helper crate for building WASM modules compatible with the `iron-remote-desktop` WebComponent.
4
5
-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
6
it to generate the WASM API that is expected by `iron-remote-desktop`.
7
+
8
+See the `ironrdp-web` crate in the repository to see how it is used in practice.
0 commit comments