- Installl Wasmer locally
- Ensure wasmer is exposed in the current shell, i.e.:
export WASMER_DIR="/home/$USER/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"
export WASMER_DIR="/home/$USER/.wasmer"
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"