@xmtp/wasm-bindings 1.6.9 → 1.7.0-rc2
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 +0 -1
- package/dist/bindings_wasm.d.ts +656 -1357
- package/dist/bindings_wasm.js +1404 -6966
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +118 -584
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
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
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).
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
## Useful commands
|
|
13
12
|
|
|
14
13
|
- `yarn`: Installs all dependencies (required before building)
|