Skip to content

Commit

Permalink
Note that std support is WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Aug 26, 2024
1 parent 1ed9ee7 commit 5d0ce4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/doc/rustc/src/platform-support/trusty.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5d0ce4c

Please sign in to comment.