# wit-go **Repository Path**: mirrors_alecthomas/wit-go ## Basic Information - **Project Name**: wit-go - **Description**: A partial WIT parser and code generator for Go - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).