Cargo.toml: Define feat_wasm (#11074)

This commit is contained in:
oech3
2026-03-05 07:52:28 +09:00
committed by GitHub
parent d906b7d85a
commit d327ee61ef
4 changed files with 62 additions and 3 deletions
+4 -2
View File
@@ -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