tree-sitter/cli/loader
Max Brunsfeld d4d8ed32b3
cli: Compile parsers to wasm using wasi-sdk, not emscripten (#4393)
* Build wasm modules using wasi-sdk, not emscripten

* Log a warning if --docker is passed
2025-04-24 16:00:09 -07:00
..
src cli: Compile parsers to wasm using wasi-sdk, not emscripten (#4393) 2025-04-24 16:00:09 -07:00
build.rs fix(cli): keep default cc flags in build 2024-05-05 13:06:45 -04:00
Cargo.toml cli: Compile parsers to wasm using wasi-sdk, not emscripten (#4393) 2025-04-24 16:00:09 -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.