An open API service indexing awesome lists of open source software.

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

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).