tree-sitter-grammars: build wasm grammars on Hydra

Add the WASI grammar builds to release-cross so Hydra covers every
grammar that compiles to WebAssembly.
This commit is contained in:
Austin Horstman 2026-06-23 16:29:05 -05:00
commit 4d89468221
No known key found for this signature in database

View file

@ -121,6 +121,9 @@ let
gmp = nativePlatforms;
boehmgc = nativePlatforms;
hello = nativePlatforms;
tree-sitter.builtGrammars =
mapAttrs (_: _: nativePlatforms)
(pkgsForCross systems.examples.wasi32 (builtins.head supportedSystems)).tree-sitter.builtGrammars;
zlib = nativePlatforms;
};