https://github.com/opensumi/tree-sitter-wasm
prebuilt tree-sitter wasm
https://github.com/opensumi/tree-sitter-wasm
Last synced: 6 months ago
JSON representation
prebuilt tree-sitter wasm
- Host: GitHub
- URL: https://github.com/opensumi/tree-sitter-wasm
- Owner: opensumi
- Created: 2024-04-01T06:02:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T14:52:32.000Z (almost 2 years ago)
- Last Synced: 2025-09-28T20:01:58.516Z (11 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# tree-sitter-wasm
Prebuilt WebAssembly binary for tree-sitter.
## Build
Firstly, you need to ensure that you have `docker` installed.
and then install `tree-sitter-cli`:
```sh
npm install -g tree-sitter-cli
```
and run `build-wasm` script:
```sh
yarn
yarn build-wasm
```
## Publish
```sh
yarn run release
```