@unit-mesh/treesitter-artifacts
v1.7.7
Published
prebuild treesitter wasm binaries for everyone
Downloads
4,701
Readme
TreeSitter Artifacts
Wasm build package for https://github.com/unit-mesh/auto-dev-vscode
Online Testings
REQUIREMENTS
Follow https://tree-sitter.github.io/tree-sitter/contributing#building
To make changes to Tree-sitter, you should have:
- A C compiler, for compiling the core library and the generated parsers.
- A Rust toolchain, for compiling the Rust bindings, the highlighting library, and the CLI.
- Node.js and NPM, for generating parsers from
grammar.jsfiles. - Either Emscripten, Docker, or podman for compiling the library to WASM.
macOS
- install emcc
brew install emscripten- run build
pnpm buildHOW TO BUILD
pnpm i
pnpm buildLISENSE
Build script based on: tree-sitter-wasms with MIT LICENSE.
This project is licensed under the MIT License - see the LICENSE file for details.
