4 Commits

Author SHA1 Message Date
Sylvestre Ledru 5c22a5b3d6 Add interactive WASM playground for uutils coreutils
A browser-based terminal that runs real Rust coreutils compiled to
WebAssembly (wasm32-wasip1) using @bjorn3/browser_wasi_shim.

Features:
- xterm.js terminal with command history and line editing
- Pipe support (cmd1 | cmd2 | cmd3), file redirects (>)
- Persistent virtual filesystem across commands
- cd/pwd builtins with virtual working directory
- Locale support (locale builtin + selector)
- UTF-8/multibyte correct output (raw ConsoleStdout, fixed args_sizes_get)
- Click-to-run example buttons
- Inline wasm_example shortcode for blog posts
2026-04-03 21:47:38 +02:00
Sylvestre Ledru 5659292a49 Use h1 element for project title instead of div
Improves semantic HTML and SEO by using a proper heading element.
2026-04-01 08:45:58 +02:00
Sylvestre Ledru e0c93eed2d Add WIP conditionals and good first issues link to project template
Hide installation/documentation links for WIP projects and add a
link to good first issues.
2026-04-01 08:29:51 +02:00
Terts Diepraam 2a78a48b6f remove oranda in favour of zola pages 2024-04-03 09:55:55 +02:00