biomedgps-graph
v0.2.0
Published
A bunch of graph algorithms for biomedgps.
Downloads
3
Readme
BiomedGPS Graph
This project provides a Rust implementation for calculating various centrality measures of a graph, compiled to WebAssembly (Wasm) for use in a web frontend.
Getting Started
Prerequisites
Ensure you have the following tools installed:
Build Instructions
Clone the repository:
git clone https://github.com/yjcyxky/biomedgps.git cd biomedgps/wasm
Build the project:
wasm-pack build --target web
Run example.js:
python3 -m http.server 8000
Open
http://localhost:8000
in your browser and see the output.Publish the package:
wasm-pack publish