Support for wasmer
This commit is contained in:
@@ -21,7 +21,8 @@ fi
|
||||
# Wasmer path
|
||||
if [ -d $HOME/.wasmer ]; then
|
||||
export WASMER_DIR="$HOME/.wasmer"
|
||||
[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh" # This loads wasmer
|
||||
export WASMER_CACHE_DIR="$WASMER_DIR/cache"
|
||||
export PATH="$WASMER_DIR/bin:$WASMER_DIR/globals/wapm_packages/.bin:$PATH"
|
||||
fi
|
||||
|
||||
# Node path
|
||||
|
||||
Reference in New Issue
Block a user