Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.56 KB

wasm-fmt logo

wasm fmt - Visual Studio Code Extension

wasm fmt is a multi-language code formatting tool with the following advantages:

  1. It eliminates the need for a language runtime environment.
  2. Powered by WebAssembly, it operates swiftly and reliably across all VSCode environments, including VSCode Desktop, vscode.dev, and github.dev.

Supported languages

Footnotes

  1. JavaScript / TypeScrip / JSON / JSONC are supported by clang-format as well, but web_fmt is used for better output. 2