Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): bump grammars/tree-sitter-wasm from 4d8e576 to 2ca28a9 #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 grammars/tree-sitter-wasm
Submodule tree-sitter-wasm updated 57 files
+2 −32 .editorconfig
+2 −11 .gitattributes
+412 −26 .gitignore
+0 −9 Makefile
+0 −23 wast/Cargo.toml
+0 −112 wast/Makefile
+0 −47 wast/Package.swift
+0 −16 wast/bindings/c/tree-sitter-wast.h
+0 −11 wast/bindings/c/tree-sitter-wast.pc.in
+0 −13 wast/bindings/go/binding.go
+0 −15 wast/bindings/go/binding_test.go
+0 −5 wast/bindings/go/go.mod
+0 −20 wast/bindings/node/binding.cc
+0 −28 wast/bindings/node/index.d.ts
+0 −7 wast/bindings/node/index.js
+0 −5 wast/bindings/python/tree_sitter_wast/__init__.py
+0 −1 wast/bindings/python/tree_sitter_wast/__init__.pyi
+0 −27 wast/bindings/python/tree_sitter_wast/binding.c
+0 −0 wast/bindings/python/tree_sitter_wast/py.typed
+0 −22 wast/bindings/rust/build.rs
+0 −54 wast/bindings/rust/lib.rs
+0 −16 wast/bindings/swift/TreeSitterWast/wast.h
+0 −53 wast/package.json
+0 −29 wast/pyproject.toml
+0 −60 wast/setup.py
+2 −4 wast/src/grammar.json
+1,355 −2,328 wast/src/parser.c
+0 −54 wast/src/tree_sitter/alloc.h
+0 −290 wast/src/tree_sitter/array.h
+15 −57 wast/src/tree_sitter/parser.h
+0 −23 wat/Cargo.toml
+0 −112 wat/Makefile
+0 −47 wat/Package.swift
+0 −16 wat/bindings/c/tree-sitter-wat.h
+0 −11 wat/bindings/c/tree-sitter-wat.pc.in
+0 −13 wat/bindings/go/binding.go
+0 −15 wat/bindings/go/binding_test.go
+0 −5 wat/bindings/go/go.mod
+0 −20 wat/bindings/node/binding.cc
+0 −28 wat/bindings/node/index.d.ts
+0 −7 wat/bindings/node/index.js
+0 −5 wat/bindings/python/tree_sitter_wat/__init__.py
+0 −1 wat/bindings/python/tree_sitter_wat/__init__.pyi
+0 −27 wat/bindings/python/tree_sitter_wat/binding.c
+0 −0 wat/bindings/python/tree_sitter_wat/py.typed
+0 −22 wat/bindings/rust/build.rs
+0 −54 wat/bindings/rust/lib.rs
+0 −16 wat/bindings/swift/TreeSitterWat/wat.h
+1 −1 wat/grammar.js
+0 −53 wat/package.json
+0 −29 wat/pyproject.toml
+0 −60 wat/setup.py
+2 −1 wat/src/grammar.json
+1,288 −2,103 wat/src/parser.c
+0 −54 wat/src/tree_sitter/alloc.h
+0 −290 wat/src/tree_sitter/array.h
+15 −57 wat/src/tree_sitter/parser.h
Loading