IronRDP/crates/iron-remote-desktop
2025-06-27 11:27:13 +00:00
..
src feat(web): add canvasResizedCallback method to SessionBuilder (#842) 2025-06-27 07:55:26 +00:00
Cargo.toml chore(release): prepare for publishing (#836) 2025-06-27 07:10:42 -04:00
CHANGELOG.md chore(iron-remote-desktop): fix CHANGELOG for latest release (#844) 2025-06-27 11:27:13 +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.