Skip to content

Commit

Permalink
Update User Guide pregen platforms (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Oct 3, 2024
1 parent 16a18e3 commit 64c5822
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions book/src/platform_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ build targets.

| Platform | `aws-lc-sys` | `aws-lc-fips-sys` |
|------------------------------|--------------|-------------------|
| `aarch64-apple-darwin` | X | X |
| `aarch64-pc-windows-msvc` | X | **Not Supported** |
| `aarch64-unknown-linux-gnu` | X | X |
| `aarch64-unknown-linux-musl` | X | X |
| `i686-pc-windows-msvc` | X | **Not Supported** |
| `i686-unknown-linux-gnu` | X | **Not Supported** |
| `x86_64-apple-darwin` | X | X |
| `x86_64-pc-windows-gnu` | X | **Not Supported** |
| `x86_64-pc-windows-msvc` | X | |
| `x86_64-unknown-linux-gnu` | X | X |
| `x86_64-unknown-linux-musl` | X | X |
| `i686-unknown-linux-gnu` | X | |
| `aarch64-apple-darwin` | X | X |
| `x86_64-apple-darwin` | X | X |

## Tested platforms

Expand Down

0 comments on commit 64c5822

Please sign in to comment.