Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasm-lsp/tree-sitter-wasm
WebAssembly grammars for tree-sitter
https://github.com/wasm-lsp/tree-sitter-wasm
Last synced: 14 days ago
JSON representation
WebAssembly grammars for tree-sitter
- Host: GitHub
- URL: https://github.com/wasm-lsp/tree-sitter-wasm
- Owner: wasm-lsp
- License: other
- Created: 2020-03-12T21:01:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T10:16:11.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:44:16.101Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.79 MB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Supported Document Types
| extension | supported | kind |
| :-------: | --------- | ---------------------------------------------------------------------------------------------------------------- |
| `.wat` | 🗹 | [WebAssembly module definition](https://github.com/WebAssembly/spec/tree/master/interpreter#s-expression-syntax) |
| `.wast` | 🗹 | [WebAssembly script](https://github.com/WebAssembly/spec/tree/master/interpreter#scripts) |## Supported WebAssembly Proposals
The included grammars also support parsing WebAssembly modules using the following features:
#### Phase 4 (Standardization)
- 🗹 [bulk-memory-operations](https://github.com/WebAssembly/bulk-memory-operations)
- 🗹 [reference-types](https://github.com/WebAssembly/reference-types)#### Phase 3 (Implementation)
- 🗹 [annotations](https://github.com/WebAssembly/annotations)
- 🗹 [multi-memory](https://github.com/WebAssembly/multi-memory)
- 🗹 [simd](https://github.com/WebAssembly/simd)#### Phase 2 (Specification)
- 🗹 [exception-handling](https://github.com/WebAssembly/exception-handling)
- 🗹 [function-references](https://github.com/WebAssembly/function-references)
- 🗹 [threads](https://github.com/WebAssembly/threads)#### Phase 1 (Proposal)
Nothing planned.
#### Phase 0 (Pre-Proposal)
Nothing planned.