Installation
To use wgsl-analyzer
, you need a wgsl-analyzer
binary and a text editor that supports LSP.
If you are using VS Code, the extension bundles a copy of the wgsl-analyzer
binary.
For other editors, you will need to install the binary and configure your editor.
Crates
There is a package named wa_ap_wgsl-analyzer
available on crates.io for people who want to use wgsl-analyzer
programmatically.
For more details, see the publish workflow.