1.5.3 • Published 23 days ago

@unit-mesh/treesitter-artifacts v1.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

treesitter-artifacts

Wasm build package

REQUIREMENTS

Follow https://tree-sitter.github.io/tree-sitter/contributing#building

To make changes to Tree-sitter, you should have:

  1. A C compiler, for compiling the core library and the generated parsers.
  2. A Rust toolchain, for compiling the Rust bindings, the highlighting library, and the CLI.
  3. Node.js and NPM, for generating parsers from grammar.js files.
  4. Either Emscripten, Docker, or podman for compiling the library to WASM.

macOS

  1. install emcc
brew install emscripten
  1. run build
pnpm build

HOW TO BUILD

pnpm i
pnpm build
1.5.3

23 days ago

1.5.2

23 days ago

1.5.1

23 days ago

1.5.0

1 month ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago