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-24 11:51:27 -05:00
parent dbd7c929f2
commit 4d89468221
+3
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;
};