Update docs for ghc-wasm-meta

This commit is contained in:
Julian Ospald 2024-03-02 13:01:28 +08:00
parent 190d308ddf
commit b413ade4db
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 2 additions and 0 deletions

View File

@ -561,6 +561,8 @@ export SKIP_GHC=yes
source ~/.ghc-wasm/env
```
**Note that some wasm bindists don't work with the master branch of ghc-wasm-meta. GHCup will warn you about such cases prior to installation and point you to the right commit.**
To install, we need to invoke ghcup like so also passing the `--host=<host>` flag (adjust as needed):
```sh