From c73db9b8ad28ee9c53c459bc9fb4417c9b98eb12 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 4 Apr 2026 11:32:59 +0200 Subject: [PATCH] improve the wording --- content/playground.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/content/playground.md b/content/playground.md index edcd641c2..886998736 100644 --- a/content/playground.md +++ b/content/playground.md @@ -91,10 +91,7 @@ The following are **shell builtins** implemented in JavaScript: - `help` — list available commands and examples - `clear` — clear the terminal screen -Some commands are not yet available in the WASM build because they -depend on platform-specific syscalls not fully supported by -WebAssembly/WASI.
-`chcon` and `runcon` are excluded as they require -SELinux, which is not relevant in a browser environment.
-We are actively working on adding more commands as we improve WASI -compatibility in uutils coreutils. +Some commands (ex: `chcon`, `runcon`, etc) are not yet available in the WASM build because they +depend on platform-specific syscalls not fully supported by WebAssembly/WASI yet.
+ +We are actively working on adding more commands as we improve WASI compatibility in uutils coreutils.