Install Wasmer

Install Wasmer

Wasmer allows you to run applications either Standalone (via the CLI) or Embedded within other languages such as C/C++, Rust, Python, Go, PHP, Ruby...

Unix (macOS, Linux):

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

Or, to install a specific version:

curl https://get.wasmer.io -sSfL | sh -s "v4.3.0"

Other installation methods available here: https://github.com/wasmerio/wasmer-install (opens in a new tab)

Is Wasmer up to date?

Wasmer updates very frequently. If you have installed Wasmer some time ago, chances are your Wasmer version is out of date. Get the latest version of Wasmer by running:

wasmer self-update