Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```