wasmedge on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "wasmedge" 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 wasmedge on Arch using YAY

$ yay -S wasmedge

* (Optional) Uninstall wasmedge on Arch using YAY

$ yay -Rns wasmedge

2. Manually Install "wasmedge" via AUR

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

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

b. Clone wasmedge's git locally

$ git clone https://aur.archlinux.org/wasmedge.git ~/wasmedge

c. Go to ~/wasmedge folder and install it

$ cd ~/wasmedge $ makepkg -si

3. Information about the wasmedge package on Arch User Repository (AUR)

ID: 1347348
Name: wasmedge
PackageBaseID: 173765
PackageBase: wasmedge
Version: 0.13.5-1
Description: WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
URL: https://wasmedge.org
NumVotes: 3
Popularity: 0.005158
OutOfDate:
Maintainer: tee
Submitter: yanganto
FirstSubmitted: 1638942542
LastModified: 1699106958
URLPath: /cgit/aur.git/snapshot/wasmedge.tar.gz