Skip to content

opensumi/tree-sitter-wasm

Repository files navigation

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:

npm install -g tree-sitter-cli

and run build-wasm script:

yarn
yarn build-wasm

Publish

yarn run release