@cursorless/tree-sitter-wasms
v0.7.0
Published
Prebuilt WASM binaries for tree-sitter's language parsers.
Readme
Cursorless Tree sitter wasms
Repository building wasms for use by Cursorless.
Instructions for adding new parser wasms (WIP):
Add the tree-sitter package for the specific language to
package.jsondirectly, or use pnpm to do so.Bump minor version in
package.jsonRun
pnpm install --ignore-scriptsto update pnpm lock file
- If a build failure of some sort occurs, you will need to utilize the special build options in
build.ts, specifically in theprocessParserfunction. If you can't figure it out, leave the PR as a draft and ask for help.
