Appearance
Installation and runtimes
The shell cannot find wago
If installation finished moments ago, open a new terminal. Then locate the executable:
sh
command -v wagoIf nothing appears, rerun the installer from Getting started. If two paths appear, the first one wins; remove or reorder the stale entry.
No runtime is active
The manager intentionally does not bundle one:
sh
wago version install
wago version current
wago version whichNon-interactively:
sh
wago version install --canary --use --no-inputThe wrong variant is active
sh
wago version switch canary --profile standard --build normalwago version current reports version, profile, and build.
A .wago file stopped loading
Compiled artifacts are tied to Wago's format and the host architecture. Rebuild from the original Wasm:
sh
wago build module.wasm -o module.wagoDistribute .wasm for portability or use wago compile for a target-specific standalone executable.
Inspect and clean caches
sh
wago cache dir
wago cache size
wago cache pruneUse wago cache clean only when you intend to regenerate the selected data.
