Stream: git-wasmtime

Topic: wasmtime / issue #4009 The install script downloads and i...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2022 at 10:39):

denverdino opened issue #4009:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

N/A

Steps to Reproduce

Expected Results

Actual Results

$ curl https://wasmtime.dev/install.sh -sSf | bash
  Installing latest version of Wasmtime (v0.35.2)
    Checking for existing Wasmtime installation
    Fetching archive for Linux, version v0.35.2
https://github.com/bytecodealliance/wasmtime/releases/download/v0.35.2/wasmtime-v0.35.2-x86_64-linux.tar.xz
######################################################################## 100.0%#=#=-#  #                             ######################################################################## 100.0%
    Creating directory layout
  Extracting Wasmtime binaries
wasmtime-v0.35.2-x86_64-linux/
wasmtime-v0.35.2-x86_64-linux/LICENSE
wasmtime-v0.35.2-x86_64-linux/wasmtime
wasmtime-v0.35.2-x86_64-linux/README.md
     Editing user profile (/home/ubuntu/.bashrc)
    Finished installation. Open a new terminal to start using Wasmtime!
ubuntu@ubuntu:~$

Versions and Environment

Wasmtime version or commit: the latest release

Operating system: Ubuntu 20.04

Architecture: aarch64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
$ ubuntu@ubuntu:~$ uname -a
Linux ubuntu 5.4.0-1058-raspi #65-Ubuntu SMP PREEMPT Fri Mar 25 12:29:46 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
$ ubuntu@ubuntu:~$ uname -m
aarch64

Extra Info

Anything else you'd like to add?

The install.sh hardcodes the x86 in the download URL

https://github.com/bytecodealliance/wasmtime.dev/blob/gh-pages/install.sh

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2022 at 10:39):

denverdino labeled issue #4009:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

N/A

Steps to Reproduce

Expected Results

Actual Results

$ curl https://wasmtime.dev/install.sh -sSf | bash
  Installing latest version of Wasmtime (v0.35.2)
    Checking for existing Wasmtime installation
    Fetching archive for Linux, version v0.35.2
https://github.com/bytecodealliance/wasmtime/releases/download/v0.35.2/wasmtime-v0.35.2-x86_64-linux.tar.xz
######################################################################## 100.0%#=#=-#  #                             ######################################################################## 100.0%
    Creating directory layout
  Extracting Wasmtime binaries
wasmtime-v0.35.2-x86_64-linux/
wasmtime-v0.35.2-x86_64-linux/LICENSE
wasmtime-v0.35.2-x86_64-linux/wasmtime
wasmtime-v0.35.2-x86_64-linux/README.md
     Editing user profile (/home/ubuntu/.bashrc)
    Finished installation. Open a new terminal to start using Wasmtime!
ubuntu@ubuntu:~$

Versions and Environment

Wasmtime version or commit: the latest release

Operating system: Ubuntu 20.04

Architecture: aarch64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
$ ubuntu@ubuntu:~$ uname -a
Linux ubuntu 5.4.0-1058-raspi #65-Ubuntu SMP PREEMPT Fri Mar 25 12:29:46 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
$ ubuntu@ubuntu:~$ uname -m
aarch64

Extra Info

Anything else you'd like to add?

The install.sh hardcodes the x86 in the download URL

https://github.com/bytecodealliance/wasmtime.dev/blob/gh-pages/install.sh

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2022 at 16:52):

alexcrichton closed issue #4009:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

N/A

Steps to Reproduce

Expected Results

Actual Results

$ curl https://wasmtime.dev/install.sh -sSf | bash
  Installing latest version of Wasmtime (v0.35.2)
    Checking for existing Wasmtime installation
    Fetching archive for Linux, version v0.35.2
https://github.com/bytecodealliance/wasmtime/releases/download/v0.35.2/wasmtime-v0.35.2-x86_64-linux.tar.xz
######################################################################## 100.0%#=#=-#  #                             ######################################################################## 100.0%
    Creating directory layout
  Extracting Wasmtime binaries
wasmtime-v0.35.2-x86_64-linux/
wasmtime-v0.35.2-x86_64-linux/LICENSE
wasmtime-v0.35.2-x86_64-linux/wasmtime
wasmtime-v0.35.2-x86_64-linux/README.md
     Editing user profile (/home/ubuntu/.bashrc)
    Finished installation. Open a new terminal to start using Wasmtime!
ubuntu@ubuntu:~$

Versions and Environment

Wasmtime version or commit: the latest release

Operating system: Ubuntu 20.04

Architecture: aarch64

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
$ ubuntu@ubuntu:~$ uname -a
Linux ubuntu 5.4.0-1058-raspi #65-Ubuntu SMP PREEMPT Fri Mar 25 12:29:46 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
$ ubuntu@ubuntu:~$ uname -m
aarch64

Extra Info

Anything else you'd like to add?

The install.sh hardcodes the x86 in the download URL

https://github.com/bytecodealliance/wasmtime.dev/blob/gh-pages/install.sh


Last updated: Oct 23 2024 at 20:03 UTC