@opensumi/tree-sitter-wasm
v1.1.2
Published
Prebuilt WebAssembly binary for tree-sitter.
Downloads
153
Keywords
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
:
npm install -g tree-sitter-cli
and run build-wasm
script:
yarn
yarn build-wasm
Publish
yarn run release