From f77db7e28d09532af402b89ec72aa2bc1d0dceb7 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 Mar 2026 19:41:32 +0100 Subject: Add wasmer --- system/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/.bashrc') diff --git a/system/.bashrc b/system/.bashrc index 4b59c4b..6286f22 100644 --- a/system/.bashrc +++ b/system/.bashrc @@ -142,3 +142,7 @@ PERL_MB_OPT="--install_base \"/home/camil/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/home/camil/perl5"; export PERL_MM_OPT; source ~/.profile + +# Wasmer +export WASMER_DIR="/home/camil/.wasmer" +[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh" -- cgit v1.2.3