tree-sitter/cli/loader
Will Lillis d0e0e0322c
fix(xtask): properly trim emscripten version at the source (#4402)
* fix(xtask): properly trim emscripten version at the source

* fix(loader): trim emscripten version in `cargo:rustc-env=` print
2025-04-27 20:59:04 -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(xtask): properly trim emscripten version at the source (#4402) 2025-04-27 20:59:04 -07: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.