Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 785 Bytes

installation.md

File metadata and controls

28 lines (18 loc) · 785 Bytes
id title sidebar_label
wapm-installation
WAPM Installation
Installation

Install

Mac & Linux

The easiest way to get WAPM is to get the current stable release of Wasmer by using the install script:

curl https://get.wasmer.io -sSfL | sh

This will get you the current stable release of Wasmer for your platform along with the latest wapm.

{% hint style="info" %} For Windows, Wasmer executable can be found on out Wasmer Github Releases Page. {% endhint %}

Installing from Source

Alternatively, you can build the WAPM cli from source.

Next, we can try out WAPM with the Getting Started guide.