tree-sitter/lib
Max Brunsfeld b40a42ac0f Remove vendored wasmtime headers
When building rust binding, use wasmtime headers provided via cargo
by the wasmtime-c-api crate.

Co-authored-by: Marshall <marshall@zed.dev>
2024-02-26 10:48:58 -08:00
..
binding_rust Remove vendored wasmtime headers 2024-02-26 10:48:58 -08:00
binding_web fix: publish 0.21.0 to registries 2024-02-21 15:11:37 -05:00
include/tree_sitter refactor: name anonymous types in api.h 2024-02-17 13:55:11 +01:00
src Remove vendored wasmtime headers 2024-02-26 10:48:58 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build: unify crate versions via workspace 2024-02-24 18:30:04 -05:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly