From 4f39f940b8ffef7825d5fd4abe3b5414bff2cbd7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 31 Mar 2026 22:50:40 +0200 Subject: [PATCH] feat_wasm: add tr, cp, and mv to the WASM-compatible utilities --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 33fdbe0d2..0d38e475e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",