mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
feat_wasm: add tr, cp, and mv to the WASM-compatible utilities
This commit is contained in:
committed by
Daniel Hofstetter
parent
6bb15899d5
commit
4f39f940b8
@@ -185,6 +185,7 @@ feat_wasm = [
|
||||
"base64",
|
||||
"basenc",
|
||||
"cat",
|
||||
"cp",
|
||||
"cut",
|
||||
"ls",
|
||||
"date",
|
||||
@@ -198,6 +199,7 @@ feat_wasm = [
|
||||
"fold",
|
||||
"join",
|
||||
"link",
|
||||
"mv",
|
||||
"nl",
|
||||
"numfmt",
|
||||
"od",
|
||||
@@ -215,6 +217,7 @@ feat_wasm = [
|
||||
"sleep",
|
||||
"sum",
|
||||
"tee",
|
||||
"tr",
|
||||
"true",
|
||||
"truncate",
|
||||
"uname",
|
||||
|
||||
Reference in New Issue
Block a user