Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonov548/jsigraph
https://github.com/antonov548/jsigraph
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonov548/jsigraph
- Owner: Antonov548
- Created: 2023-07-13T15:44:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T16:31:03.000Z (over 1 year ago)
- Last Synced: 2024-10-30T17:11:49.806Z (2 months ago)
- Language: JavaScript
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```