From b413ade4db40ba46de7f2b8e115484667129eb4e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Mar 2024 13:01:28 +0800 Subject: [PATCH] Update docs for ghc-wasm-meta --- docs/guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide.md b/docs/guide.md index 9dd121e..bdc8502 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -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=` flag (adjust as needed): ```sh