I was wondering when the release of wasmtime 0.20.0 would drop. For a project that I'm working on we currently use a specific wasmtime commit that includes the serialization/deserialization of artifacts. This feature significantly increases productivity for iterative development, which is extremely helpful for the team. With all the things going on for you guys this might not be top priority but I was just wondering :)
generally releases are cut by @Alex Crichton or @Dan Gohman, there's not a fixed schedule. maybe one of them can chime in about being able to do one soon
I'd be happy to make a release tomorrow, will post a PR!
That would be amazing, thanks Alex!
Ok I've opened up https://github.com/bytecodealliance/wasmtime/pull/2222 with the bump
I'm around right now and can review it
Looks good!
started publishing, crates.io is now giving me a 429 too many requests
this may take a bit...
Awesome! Thanks again for the quick response, love the work you guys are doing.
ok I think this is done now
it looks like the github release with the binaries didn't work? https://github.com/WebAssembly/website/pull/193#issuecomment-701596894
@Alex Crichton did you not manage to finish the release process yet or is this a different bug?
I think the github releases are automatically created when we push the vX.Y.Z
tag; we probably just forgot to tag this release
I'll go ahead and do that
aside: we still have old tags from the cranelift repo import that start around 0.31.0, so eventually we are going to run into tag name clashes
tag v0.20.0
pushed; github action that will create the github release running here: https://github.com/bytecodealliance/wasmtime/actions/runs/281127302
oh oops sorry yeah
must have forgot to push a tag
shame on me :(
fixed now, fwiw
I'll look into making the publish script do this automatically
Last updated: Nov 22 2024 at 17:03 UTC