Skip to content

Commit 4f39f94

Browse files
sylvestrecakebaker
authored andcommitted
feat_wasm: add tr, cp, and mv to the WASM-compatible utilities
1 parent 6bb1589 commit 4f39f94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ feat_wasm = [
185185
"base64",
186186
"basenc",
187187
"cat",
188+
"cp",
188189
"cut",
189190
"ls",
190191
"date",
@@ -198,6 +199,7 @@ feat_wasm = [
198199
"fold",
199200
"join",
200201
"link",
202+
"mv",
201203
"nl",
202204
"numfmt",
203205
"od",
@@ -215,6 +217,7 @@ feat_wasm = [
215217
"sleep",
216218
"sum",
217219
"tee",
220+
"tr",
218221
"true",
219222
"truncate",
220223
"uname",

0 commit comments

Comments
 (0)