Stream: wasmtime

Topic: Failed install on Debian testing


view this post on Zulip Eugen Stan (Sep 27 2022 at 09:10):

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 ?

A fast and secure runtime for WebAssembly. Contribute to bytecodealliance/wasmtime development by creating an account on GitHub.

view this post on Zulip bjorn3 (Sep 27 2022 at 09:20):

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.

The 1.0.0 and 1.0.1 releases are for different architectures. I would like to have the same version for each architecture. Is there any plan to release binaries for all architectures in each release?

view this post on Zulip Eugen Stan (Sep 27 2022 at 09:28):

Thanks.

view this post on Zulip Peter Huene (Sep 27 2022 at 17:29):

The 1.0.1 release should now have the missing artifacts.


Last updated: Oct 23 2024 at 20:03 UTC