Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 307 Bytes

igraph.js

igraph.js is an JavaScript interface of the igraph network analysis library compiled to WebAssembly using Emscripten.

Build

You can build project using emcmake from emsdk:

> mkdir build && cd build
> emcmake cmake ..
> make
> make test # Makes and runs tests using node.js