Stream: git-wasmtime

Topic: wasmtime / issue #13329 Old wasmtime releases marked as '...


view this post on Zulip Wasmtime GitHub notifications bot (May 08 2026 at 18:37):

scothis opened issue #13329:

The "latest" GitHub release for wasmtime is currently v36.0.9, which is quite a bit older than the highest available version of v44.0.1. It looks like the release process is marking all releases as the latest even when they are a patch release on an LTS branch.

This causes scripts that depend on the latest tag to pull old versions. For example:

curl https://wasmtime.dev/install.sh -sSf | bash

Installing latest version of Wasmtime (v36.0.9)
  Checking for existing Wasmtime installation
  Fetching archive for Linux, version v36.0.9
https://github.com/bytecodealliance/wasmtime/releases/download/v36.0.9/wasmtime-v36.0.9-x86_64-linux.tar.xz
######################################################################## 100.0%
    Creating directory layout
  Extracting Wasmtime binaries
wasmtime-v36.0.9-x86_64-linux/
wasmtime-v36.0.9-x86_64-linux/README.md
wasmtime-v36.0.9-x86_64-linux/wasmtime-min
wasmtime-v36.0.9-x86_64-linux/LICENSE
wasmtime-v36.0.9-x86_64-linux/wasmtime
     Editing user profile (/home/runner/.bashrc)
    Finished installation. Open a new terminal to start using Wasmtime!

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2026 at 18:39):

alexcrichton closed issue #13329:

The "latest" GitHub release for wasmtime is currently v36.0.9, which is quite a bit older than the highest available version of v44.0.1. It looks like the release process is marking all releases as the latest even when they are a patch release on an LTS branch.

This causes scripts that depend on the latest tag to pull old versions. For example:

curl https://wasmtime.dev/install.sh -sSf | bash

Installing latest version of Wasmtime (v36.0.9)
  Checking for existing Wasmtime installation
  Fetching archive for Linux, version v36.0.9
https://github.com/bytecodealliance/wasmtime/releases/download/v36.0.9/wasmtime-v36.0.9-x86_64-linux.tar.xz
######################################################################## 100.0%
    Creating directory layout
  Extracting Wasmtime binaries
wasmtime-v36.0.9-x86_64-linux/
wasmtime-v36.0.9-x86_64-linux/README.md
wasmtime-v36.0.9-x86_64-linux/wasmtime-min
wasmtime-v36.0.9-x86_64-linux/LICENSE
wasmtime-v36.0.9-x86_64-linux/wasmtime
     Editing user profile (/home/runner/.bashrc)
    Finished installation. Open a new terminal to start using Wasmtime!

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2026 at 18:39):

alexcrichton commented on issue #13329:

Apologies, fixed now!

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2026 at 18:44):

scothis commented on issue #13329:

@alexcrichton why did it take you two whole minutes to fix this? :grinning_face_with_smiling_eyes: Thanks so much


Last updated: Jun 01 2026 at 09:49 UTC