bytecodealliance / bytecodealliance/go-modules

proposal: generate Version constant in each package

Open
#66 1 comment 0 reactions 1 assignee Claimed by @ydnar View on GitHub
enhancement
Dominant language
Go
Stars
148
Forks
20
PR merge metrics
No merged PRs in 30d

Description

For each generated Go package, add a `Version` constant which corresponds to the WIT package version, e.g.:

```wit
package wasi:io/streams@0.2.0
```

```go
package streams

const Version = "0.2.0"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.