Hello,
I tried to install wasmtime using bash script on Debian and it failed.
I followd the instructions on main page / github https://github.com/bytecodealliance/wasmtime#installation .
ieugen@daos-495:~$ curl https://wasmtime.dev/install.sh -sSf | bash
Installing latest version of Wasmtime (v1.0.1)
Checking for existing Wasmtime installation
Fetching archive for Linux, version v1.0.1
https://github.com/bytecodealliance/wasmtime/releases/download/v1.0.1/wasmtime-v1.0.1-x86_64-linux.tar.xz
curl: (22) The requested URL returned error: 404
Error: Could not download Wasmtime version 'v1.0.1'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases
Are there any plans to provide native Debian packages ?
See https://github.com/bytecodealliance/wasmtime/issues/4968. During the 1.0.1 release an api rate limit was exceeded causing only part of the artifacts to be uploaded.
Thanks.
The 1.0.1 release should now have the missing artifacts.
Last updated: Nov 22 2024 at 16:03 UTC