Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ feat_Tier1 = [
# We don't need to support all of wasm targets. So the ambiguous name is used at here
# It is bit complex to deduplicate with other lists
feat_wasm = [
"arch",
"basename",
"base32",
"base64",
Expand Down Expand Up @@ -213,6 +214,7 @@ feat_wasm = [
"tee",
"true",
"truncate",
"uname",
"unexpand",
"uniq",
"unlink",
Expand All @@ -227,9 +229,6 @@ feat_wasm = [
"sha256sum",
"sha384sum",
"sha512sum",
# useless?
"arch",
"uname",
]
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
feat_os_unix = [
Expand Down
Loading