Skip to content

wasm-fmt/wasm-fmt-vscode

Repository files navigation

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