feat_wasm: add tr, cp, and mv to the WASM-compatible utilities

This commit is contained in:
Sylvestre Ledru
2026-03-31 22:50:40 +02:00
committed by Daniel Hofstetter
parent 6bb15899d5
commit 4f39f940b8
+3
View File
@@ -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",