https://github.com/alecthomas/wit-go
A partial WIT parser and code generator for Go
https://github.com/alecthomas/wit-go
Last synced: over 1 year ago
JSON representation
A partial WIT parser and code generator for Go
- Host: GitHub
- URL: https://github.com/alecthomas/wit-go
- Owner: alecthomas
- License: mit
- Created: 2022-09-08T10:46:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T05:56:50.000Z (over 2 years ago)
- Last Synced: 2025-02-18T17:06:53.084Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# A limited [WIT](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md) parser and code-generator for Go
This currently only supports parsing functions, as that's what I needed for
generating bindings for [lunatic-go](https://github.com/alecthomas/lunatic-go).