feat: add WASM WAT and WAST format support - #62
Merged
Conversation
Goldziher
reviewed
Aug 20, 2025
Goldziher
approved these changes
Aug 20, 2025
Fix case typo Co-authored-by: Na'aman Hirschfeld <nhirschfeld@gmail.com> Signed-off-by: Loki Coyote <lokkju@users.noreply.github.com>
kwojcik-blockether
pushed a commit
to Blockether/tree-sitter-language-pack
that referenced
this pull request
Jun 22, 2026
Pick up the batch of upstream-issue fixes in Blockether/tree-sitter-clojure (xberg-io#62 seq warning, xberg-io#52 str_content node, xberg-io#64 tree-sitter.json, xberg-io#67/xberg-io#68 1.12 tests, xberg-io#65 doc, author credit). Pin the deploy's clojure override to the exact rev from language_definitions.json for reproducibility (was floating on master). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0111BBUk1JkRVkpQ5VJ1rdT4
kwojcik-blockether
pushed a commit
to Blockether/tree-sitter-language-pack
that referenced
this pull request
Jul 3, 2026
Pick up the batch of upstream-issue fixes in Blockether/tree-sitter-clojure (xberg-io#62 seq warning, xberg-io#52 str_content node, xberg-io#64 tree-sitter.json, xberg-io#67/xberg-io#68 1.12 tests, xberg-io#65 doc, author credit). Pin the deploy's clojure override to the exact rev from language_definitions.json for reproducibility (was floating on master).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for the WebAssembly text languages
wastandwatto the project. The changes include updating documentation, configuration, and source definitions to recognize and properly handle these languages.Support for new languages:
wastandwatto the list of supported languages intree_sitter_language_pack/__init__.pyand updatedsources/language_definitions.jsonwith their repository and directory information. [1] [2]Documentation updates:
README.mdto includewast & watwith licensing and repository details.Configuration improvements:
pyproject.tomlto addwastto the codespell ignore list to prevent false positives during spell checking.