Introduction
WebAssembly Language Tools aims to provide and improve the editing experience of WebAssembly Text Format. It brings you features like code completion, go to definition, find references, hover information, rename symbol, and so on.
It also provides an out-of-the-box formatter (a.k.a. pretty printer) for WebAssembly Text Format.
While it's mainly used in editors, you can use the wat_service
crate to do semantic analysis with programmatic API.
WebAssembly Language Tools supports some WebAssembly proposals like Garbage Collection, Multiple Memories and so on.
Except wat_server
, other crates provide APIs as libraries. You can use them in your own projects.
Crate | Version |
---|---|
wat_formatter | |
wat_parser | |
wat_service | |
wat_syntax |