IronRDP/crates/iron-remote-desktop
devolutionsbot 209108dc2c
Some checks are pending
CI / Check formatting (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Checks [linux] (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
CI / Success (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run
chore(release): prepare for publishing (#997)
2025-09-29 11:07:48 +00:00
..
src fix(web): fix this.lastSentClipboardData being nulled (#992) 2025-09-24 08:49:32 +00:00
Cargo.toml chore(release): prepare for publishing (#997) 2025-09-29 11:07:48 +00:00
CHANGELOG.md chore(release): prepare for publishing (#997) 2025-09-29 11:07:48 +00:00
README.md docs(iron-remote-desktop): improve README.md 2025-04-22 13:09:56 +02:00

Iron Remote Desktop — Helper Crate

Helper crate for building WASM modules compatible with the iron-remote-desktop WebComponent.

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.