You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,22 @@
5
5
This repository compiles the [**igraph** C library](https://igraph.org/c/) to Wasm binaries that can be quickly linked to other object files.
6
6
The aim is to avoid a tedious re-compilation process for each individual Wasm project,
7
7
especially when only a small part of **igraph**'s functionality is required.
8
-
For example, compiling **igraph** takes up over half of the build time of [**scran.js**](https://github.com/jkanche/scran.js),
8
+
For example, compiling **igraph** takes up over half of the build time of [**scran.js**](https://github.com/kanaverse/scran.js),
9
9
so providing prebuilt binaries can greatly streamline the CI/CD iterations.
10
10
11
11
Usage of these binaries implies acceptance of the **igraph** license,
12
12
see [here](https://github.com/igraph/igraph) for more details.
13
13
14
14
## Quick start
15
15
16
-
Developers can fetch the `libigraph.a` static library from the [Releases](https://github.com/LTLA/igraph-wasm/releases) page along with the required headers.
16
+
Developers can fetch the `libigraph.a` static library from the [Releases](https://github.com/kanaverse/igraph-wasm/releases) page along with the required headers.
17
17
This contains the contents of the directory created by running `make install` in the **igraph** build directory.
18
18
We also add our own `CMakeLists.txt` for convenient linking with CMake's `FetchContent`:
0 commit comments