Go module github.com/malivvan/tree-sitter is a cgo-free tree-sitter wrapper.
It wraps a Wasm build of tree-sitter, and uses wazero as the runtime.
This is pre release software so expect bugs and potentially API breaking changes but each release will be tagged to avoid breaking people's code.
# go 1.23.4+
go get github.com/malivvan/tree-sitter@latest
- github.com/ngavinsir/treesittergo for the general idea
- github.com/smacker/go-tree-sitter for all the grammars and tooling
This project is licensed under the MIT License.