0.2.0 • Published 1 year ago

biomedgps-graph v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

  1. Clone the repository:

    git clone https://github.com/yjcyxky/biomedgps.git
    cd biomedgps/wasm
  2. Build the project:

    wasm-pack build --target web
  3. Run example.js:

    python3 -m http.server 8000

    Open http://localhost:8000 in your browser and see the output.

  4. Publish the package:

    wasm-pack publish
0.2.0

1 year ago

0.1.0

1 year ago