wasm-tools on AUR (Arch User Repository)

Last updated: July 01,2024

1. Install "wasm-tools" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install wasm-tools on Arch using YAY

$ yay -S wasm-tools

* (Optional) Uninstall wasm-tools on Arch using YAY

$ yay -Rns wasm-tools

2. Manually Install "wasm-tools" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone wasm-tools's git locally

$ git clone https://aur.archlinux.org/wasm-tools.git ~/wasm-tools

c. Go to ~/wasm-tools folder and install it

$ cd ~/wasm-tools $ makepkg -si

3. Information about the wasm-tools package on Arch User Repository (AUR)

ID: 1408306
Name: wasm-tools
PackageBaseID: 198641
PackageBase: wasm-tools
Version: 1.0.60-1
Description: Low level tooling for WebAssembly in Rust
URL: https://github.com/bytecodealliance/wasm-tools
NumVotes: 3
Popularity: 1.390174
OutOfDate:
Maintainer: mh4ckwascut
Submitter: mh4ckwascut
FirstSubmitted: 1697536846
LastModified: 1707779823
URLPath: /cgit/aur.git/snapshot/wasm-tools.tar.gz