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 nightlyDownload the example
sh
curl -LO https://raw.githubusercontent.com/wago-org/wago/main/tests/testdata/fib.wasmRun it
sh
wago run fib.wasm 30Staying current
Run wago version update nightly to move to the newest successful nightly build. Matching commit hashes are left untouched unless you pass --force.
