dgs-js 1.0.1 → 1.0.2
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,7 @@ Coming soon!
|
|
|
55
55
|
This project uses WebAssembly (WASM) for more optmized operations. If you wish to contribute to this project, you will need to build the WASM module yourself. To build, you will need the tools:
|
|
56
56
|
- `CMake`
|
|
57
57
|
- `emscripten`
|
|
58
|
+
|
|
58
59
|
Then, to build the WASM, you will first need to clone the repository and initialize the submodules:
|
|
59
60
|
```bash
|
|
60
61
|
git clone git@github.com:splatsdotcom/DGS-JS.git
|