We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e3b1e commit 877f656Copy full SHA for 877f656
Cargo.toml
@@ -179,6 +179,7 @@ feat_Tier1 = [
179
# We don't need to support all of wasm targets. So the ambiguous name is used at here
180
# It is bit complex to deduplicate with other lists
181
feat_wasm = [
182
+ "arch",
183
"basename",
184
"base32",
185
"base64",
@@ -213,6 +214,7 @@ feat_wasm = [
213
214
"tee",
215
"true",
216
"truncate",
217
+ "uname",
218
"unexpand",
219
"uniq",
220
"unlink",
@@ -227,9 +229,6 @@ feat_wasm = [
227
229
"sha256sum",
228
230
"sha384sum",
231
"sha512sum",
- # useless?
- "arch",
232
- "uname",
233
]
234
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
235
feat_os_unix = [
0 commit comments