-
Notifications
You must be signed in to change notification settings - Fork 1
Platform Support
Hunter LaFaille edited this page Mar 13, 2024
·
2 revisions
Rust supports Windows, macOS and Linux. There are plans to support all three platforms, but currently the following are supported:
Platform | Support Status |
---|---|
Linux (x86_64) | Full |
Linux (ARM64) | None |
Windows (x86_64) | None |
Windows (ARM64) | None |
macOS (x86_64) | None |
macOS (ARM64) | None |
Note: macOS x86_64 and ARM64 support will probably come next, as that should just need cross-compilation with a different toolchain.