01Spec-facing validator
Lexer, parser, resolver, const-eval, type checker, validator, uniformity, alias analysis, layout checks — through one C API.
An in-browser WGSL validator and playground. No install — powered by libwgsl, the same wgsl_check pipeline as the C library and VS Code extension.
{
"entry_points": [{ "name": "main", "stage": "compute" }],
"resources": [{ "group": 0, "binding": 0 }],
"structs": [],
"overrides": []
}
Lexer, parser, resolver, const-eval, type checker, validator, uniformity, alias analysis, layout checks — through one C API.
LSP-shaped diagnostic ranges, semantic tokens, hover types, definition lookup, module-summary JSON.
Run curated render and compute examples, adjust parameters, inspect host plans.
Project files and params round-trip through the URL. Send a repro as a link.