Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 319 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 319 Bytes

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