mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
This library makes the IronRDP fast path decoder available to Go code via CGo. There are three build options: 1. A standalone library (for use by tsh), enabled with the rust_rdp_decoder build tag. 2. All functionality included in the existing RDP client library, enabled with the desktop_access_rdp build tag. 3. A no-op implementation which avoids any Rust dependencies. The decoder also respects the RDPCLIENT_SKIP_BUILD=1 flag from the makefile, under the assumption that if you don't have Rust tooling and don't want to build the RDP client that you also don't want the decoder.
4 lines
95 B
TOML
4 lines
95 B
TOML
[toolchain]
|
|
channel = "1.86.0"
|
|
targets = [ "wasm32-unknown-unknown", "x86_64-pc-windows-gnu" ]
|