mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Cargo.toml: Define feat_wasm (#11074)
This commit is contained in:
@@ -25,13 +25,15 @@ The platforms in tier 1 and the platforms that we test in CI are listed below.
|
||||
| **macOS** | `x86_64-apple-darwin` |
|
||||
| **Windows** | `i686-pc-windows-msvc` <br> `x86_64-pc-windows-gnu` <br> `x86_64-pc-windows-msvc` |
|
||||
| **FreeBSD** | `x86_64-unknown-freebsd` |
|
||||
| **Android** | `i686-linux-android` |
|
||||
| **OpenBSD** | `x86_64-unknown-openbsd` |
|
||||
| **Android** | `x86_64-linux-android` |
|
||||
| **wasm32** | `wasm32-wasip1` |
|
||||
|
||||
The platforms in tier 2 are more vague, but include:
|
||||
|
||||
- untested variations of the platforms above,
|
||||
- Redox OS,
|
||||
- and BSDs such as OpenBSD, NetBSD & DragonFlyBSD.
|
||||
- and BSDs such as NetBSD & DragonFlyBSD.
|
||||
|
||||
## Utility compatibility per platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user