@xmtp/wasm-bindings 1.2.0-dev.bed98df → 1.2.0-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,9 +3,13 @@
3
3
  > [!INFO]
4
4
  > These bindings are not intended to be used directly, use the associated SDK instead.
5
5
 
6
- ## Useful commands
6
+ ## Setup
7
+
8
+ 1. Install the [emscripten toolchain](https://emscripten.org/docs/getting_started/downloads.html): `brew install emscripten`. `emscripten` is used to compile from Rust to WebAssembly.
9
+ 2. Install LLVM: `brew install llvm`, and then follow the instructions to add it to your PATH. Emscripten depends on LLVM's Clang (as opposed to Apple's Clang).
7
10
 
8
- Requires the emscripten toolchain to build
11
+
12
+ ## Useful commands
9
13
 
10
14
  - `yarn`: Installs all dependencies (required before building)
11
15
  - `yarn build`: Build a release version of the WASM bindings for the current