We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
llvm
wasm32-unknown-unknown
1 parent 5bd93cf commit 2d738daCopy full SHA for 2d738da
rust/basic_bitcoin/README.md
@@ -26,6 +26,8 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte
26
* [x] Install the [IC
27
SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
28
For local testing, `dfx >= 0.22.0-beta.0` is required.
29
+* [x] On macOS, `llvm` with the `wasm32-unknown-unknown` target (which is not included in the XCode installation by default) is required.
30
+To install, run `brew install llvm`.
31
32
## Step 1: Building and deploying sample code
33
0 commit comments