diff options
| author | Nicole LeGare <legaren@immunant.com> | 2024-08-26 12:22:17 -0700 |
|---|---|---|
| committer | Nicole LeGare <legaren@immunant.com> | 2024-08-26 12:22:17 -0700 |
| commit | 5d0ce4c3918b1d5cd925c945ecf37f49bf11d4e4 (patch) | |
| tree | 9c47e1fc3681c837ec131b0ab7e4a7737b0e0988 | |
| parent | 1ed9ee7b035553dc8e719e959e1f3d03d5678a00 (diff) | |
| download | rust-5d0ce4c3918b1d5cd925c945ecf37f49bf11d4e4.tar.gz rust-5d0ce4c3918b1d5cd925c945ecf37f49bf11d4e4.zip | |
Note that std support is WIP
| -rw-r--r-- | src/doc/rustc/src/platform-support/trusty.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/doc/rustc/src/platform-support/trusty.md b/src/doc/rustc/src/platform-support/trusty.md index 97a03d3de04..dec3b96ff64 100644 --- a/src/doc/rustc/src/platform-support/trusty.md +++ b/src/doc/rustc/src/platform-support/trusty.md @@ -13,12 +13,10 @@ Environment (TEE) for Android. ## Requirements -This target is cross-compiled. It has no special requirements for the host. +These targets are cross-compiled. They have no special requirements for the host. -It fully supports alloc with the default allocator, and partially supports std. -Notably, most I/O functionality is not supported, e.g. filesystem support and -networking support are not present and any APIs that rely on them will panic at -runtime. +Support for the standard library is work-in-progress. It is expected that +they will support alloc with the default allocator, and partially support std. Trusty uses the ELF file format. |
