mirror of
https://github.com/g-plane/wasm-language-tools.git
synced 2025-08-04 08:38:16 +00:00
304 B
304 B
Diagnostics
WebAssembly Language Tools provides not only some basic validations that WABT does, but also some additional lints such as detecting unused items, unreachable code and needless mutable items.
This documentation introduces most kinds of diagnostics.