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
Docs: update how-it-works to reflect removal of JS fallback
This commit is contained in:
@@ -119,7 +119,7 @@ flowchart TB
|
||||
</pre>
|
||||
|
||||
- The WASM binary is compiled with `WebAssembly.compileStreaming()` for best performance, with a fallback to `arrayBuffer()` if the server doesn't set `application/wasm` content-type.
|
||||
- While WASM loads, a JavaScript fallback provides basic implementations of `echo`, `cat`, `seq`, `factor`, `wc`, `ls`, and `basename`.
|
||||
- Commands are disabled until the WASM binary finishes loading. The terminal shows a loading message and a prompt appears once it's ready.
|
||||
- The `SharedArrayBuffer` polyfill stub prevents `ReferenceError` in browsers without cross-origin isolation headers.
|
||||
|
||||
## Command Parsing & Pipes
|
||||
|
||||
Reference in New Issue
Block a user