IronRDP/crates/ironrdp-web
Zac Bergquist 36da11c02e
feat(connector): allow clients to specify the x224 nego request data (#580)
The previous code would (correctly) set a cookie containining the
username, but only when using username/password credentials. When
smart card credentials are used, the cookie would always contain
the empty string.
2024-11-19 20:44:40 -05:00
..
src feat(connector): allow clients to specify the x224 nego request data (#580) 2024-11-19 20:44:40 -05:00
.gitignore refactor: clarify project architecture (#123) 2023-05-09 21:00:07 +00:00
Cargo.toml chore: change "default" feature to only enable "core" and "pdu" 2024-10-29 21:48:11 +09:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09:00
rust-toolchain.toml refactor: clarify project architecture (#123) 2023-05-09 21:00:07 +00:00

WASM bindings for web

🛠️ Build with wasm-pack build

wasm-pack build

This crate is part of the IronRDP project.