A VSCode formatter that runs mvdan/sh's shfmt directly as WebAssembly (via sh-syntax) — no binary download, no platform-specific shfmt release fetched at activation time.
Background. The older foxundermoon.shell-format extension downloads a platform-specific shfmt binary on first run, which is brittle on ARM64 Windows, dev-containers, and restricted networks. Its 7.2.8 release also ships broken ([issue #396]bug). This extension takes a different approach: bundle the same formatter as a single cross-platform WASM blob, so it just works the first time.
Install
From VSCode: search Shell Format (WASM) in the Extensions view, or: