Skip to content

Getting started

Install the most recent successful nightly build and run a small WebAssembly module.

Install Wago

sh
curl -fsSL https://wago.sh/install.sh | sh
wago version install nightly

Download the example

sh
curl -LO https://raw.githubusercontent.com/wago-org/wago/main/tests/testdata/fib.wasm

Run it

sh
wago run fib.wasm 30

Staying current

Run wago version update nightly to move to the newest successful nightly build. Matching commit hashes are left untouched unless you pass --force.

Released under the Apache 2.0 License.