Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/contributing/add-lang.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Then, in your parser repository, use this command to build a WASM file.

```bash
tree-sitter generate # if grammar is not generated before
tree-sitter build-wasm
tree-sitter build --wasm
```

Note you may need to install [docker](https://www.docker.com/) when building WASM files.
Expand Down