Skip to content

Files

Latest commit

603887b · Dec 23, 2020

History

History

thirdparty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 23, 2020

Third-Party Components

  1. Installl Wasmer locally
  2. 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"