Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antonov548/jsigraph


https://github.com/antonov548/jsigraph

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# WebAssembly interface for igraph

## Build
To build the project install Emscripten compiler.
In root directory:

```bash
> mkdir build && cd build
> emcmake cmake .. -DCMAKE_BUILD_TYPE=[Debug | Coverage | Release]
> make
```