mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
docs(iron-remote-desktop): improve README.md
This commit is contained in:
parent
ff798c91a7
commit
b5bd48c986
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue