Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>WebAssembly Text Format (WAT) Language SupportNew to Visual Studio Code? Get it now.
WebAssembly Text Format (WAT) Language Support

WebAssembly Text Format (WAT) Language Support

EmNudge

|
2 installs
| (0) | Free
Language Server Protocol support for WebAssembly Text Format (.wat files)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WAT Language Server

Language Server Protocol support for WebAssembly Text Format (.wat and .wast files).

Features

  • Hover information - Types, signatures, and documentation
  • Code completion - Instructions, variables, functions, and emmet-like expansions (5i32 → (i32.const 5))
  • Signature help - Parameter hints for function calls
  • Go to definition - Jump to functions, types, and variables
  • Diagnostics - Real-time syntax and type error detection

Installation

Install from Open VSX Registry:

  1. Open Extensions in your editor
  2. Search for "WAT Language Server"
  3. Click Install

Configuration

  • watLsp.trace.server - Debug communication (off / messages / verbose)
  • watLsp.serverPath - Custom server binary path (optional)

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft