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
- In the Ubuntu for ARM64, execute the install scripts
curl https://wasmtime.dev/install.sh -sSf | bash
Expected Results
- Download the install ARM64 pre-built binaries
Actual Results
- It shows
$ 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
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
- In the Ubuntu for ARM64, execute the install scripts
curl https://wasmtime.dev/install.sh -sSf | bash
Expected Results
- Download the install ARM64 pre-built binaries
Actual Results
- It shows
$ 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
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
- In the Ubuntu for ARM64, execute the install scripts
curl https://wasmtime.dev/install.sh -sSf | bash
Expected Results
- Download the install ARM64 pre-built binaries
Actual Results
- It shows
$ 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: Nov 22 2024 at 17:03 UTC