You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
c5907a4b59
Previously the list of WASM-bundled utilities was hardcoded in wasm-terminal.js and playground.md, which drifted from the actual feat_wasm feature in coreutils/Cargo.toml (e.g. dd, tty, yes were missing). The website workflow now parses feat_wasm at build time and emits static/wasm/commands.js, which the terminal prefers over its built-in fallback list.