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.0Download the example
sh
curl -LO https://raw.githubusercontent.com/wago-org/wago/main/tests/testdata/fib.wasmRun it
sh
wago run fib.wasm 30