Update WASM install instructions

This commit is contained in:
konsumlamm
2023-11-28 13:55:52 +01:00
committed by GitHub
parent 2caf491e9d
commit e0a3020e34

View File

@@ -557,7 +557,7 @@ You need the required wasm toolchain:
git clone https://gitlab.haskell.org/ghc/ghc-wasm-meta.git
cd ghc-wasm-meta/
export SKIP_GHC=yes
sh setup.sh
./setup.sh
source ~/.ghc-wasm/env
```