-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versioning/Tagging? #46
Comments
Yeah, now that we have versions fully supported in Wit, that would make sense to me to start using it to help coordinate our implementations. I suppose we can just switch to |
I agree we should tag everything with pre-1.0 semver at this time. We can use git tags and GitHub releases to publish those for now, and add a registry publish to the release process as well once the registry and tooling are sufficiently stable. We want a process we can follow uniformly across all wit-based WASI proposals. So, can we move this discussion over to https://github.com/WebAssembly/WASI, settle on a process that we'll implement in the template repo, and then roll out here and elsewhere? |
@pchickey would you like me to file a new issue there? I see that things like this have been discussed before e.g. WebAssembly/WASI#29 so I don't want to file a redundant issue, but if this is different, I'm happy to start something in that repo. Meanwhile, what do you think about tagging the wit that merged into |
Also, do we want to release the client bindings as part of a version? Or do we expect people to generate those themselves. I'm finding it kind of annoying to require installing |
For the release of bindings, it seems like we'll have lots of different language bindings that can vary independently (as the bindings generators are changed or parameterized), so committing them all to the WASI proposal repos doesn't sound like the right place. Instead, I think it's the per-language toolchain that will roll bindings generation into a higher-level workflow to make it automatic for the developer. |
For the Rust client binding, it would nice to have an automated process and have that be a reference implementation. We should revisit something similar to this PR. |
I've made this an agenda item to discuss at this week's WASI meeting: WebAssembly/meetings#1309 |
@pchickey @lukewagner was there any consensus on an approach here? I think this is definitely needed if we want people to actually start using these interfaces. People can't take dependencies on a moving target. |
I made this presentation: https://github.com/WebAssembly/meetings/blob/main/wasi/2023/WASI-06-29.md#pat-versioning-of-pre-release-proposal-wits and I will be adding it to the WASI repo documents soon. |
Cool that looks good to me. Part my desire to get this done is that I've been implementing |
With the wasi-http spec continuing to iterate, does it make sense to tag specific versions so that guests/hosts can align on what to expect?
The text was updated successfully, but these errors were encountered: