WebAssembly Language Tools

1 min read Original article ↗

The set of tools that provides and improves the editing experience of WebAssembly Text Format.

WebAssembly Language Tools

🎨

Fully Featured

It supports a variety of Language Server Protocol features, from code completion and go to definition to inlay hint and call hierarchy.

🩺

Smart Diagnostics

Not only type checking and other basic validations, but it can also catch unused items, unreachable code, mutation detection and other potential issues.

3️⃣

Wasm 3.0 Support

It supports Wasm 3.0, the latest standard of WebAssembly.

🔮

Built-in Formatter

The built-in formatter can format a whole file or a range of code, even there're syntax errors.