tree-sitter/cli/loader
Max Brunsfeld ca7ff033db
Fix wasm build issues introduced by switching to wasi-sdk (#4407)
* Don't shell out for extracting tar.gz files

* Avoid wasi-sdk adding dependency on libc.so

* Clippy

* Fix -nostdlib flag
2025-04-27 19:42:34 -07:00
..
src Fix wasm build issues introduced by switching to wasi-sdk (#4407) 2025-04-27 19:42:34 -07:00
build.rs fix(cli): keep default cc flags in build 2024-05-05 13:06:45 -04:00
Cargo.toml Fix wasm build issues introduced by switching to wasi-sdk (#4407) 2025-04-27 19:42:34 -07:00
emscripten-version build(deps): update emscripten to v4.0.5 2025-03-25 15:18:44 +01:00
README.md doc: Include README as top-level module documentation for all crates 2023-08-28 23:09:37 +03:00

Tree-sitter Loader

The tree-sitter command-line program will dynamically find and build grammars at runtime, if you have cloned the grammars' repositories to your local filesystem. This helper crate implements that logic, so that you can use it in your own program analysis tools, as well.