Skip to content

Getting started

Install the pinned v0.0.0 release and run a small WebAssembly module.

Install Wago

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

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

Released under the Apache 2.0 License.