Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensumi/tree-sitter-wasm
prebuilt tree-sitter wasm
https://github.com/opensumi/tree-sitter-wasm
Last synced: 3 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T14:52:32.000Z (2 months ago)
- Last Synced: 2024-10-01T12:48:47.651Z (about 1 month ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- 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
```