Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mizy/rs-algos

rust algorithms for webAssembly
https://github.com/mizy/rs-algos

algos graph-algorithms rust webassembly

Last synced: 10 days ago
JSON representation

rust algorithms for webAssembly

Awesome Lists containing this project

README

        

# Rust WebAssembly algos package

## dependencies
- [rust](https://www.rust-lang.org/tools/install)
- [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)

## build
```bash
make build
```

## test
```
make test
```

## algos
+ graph
- apsp
- bfs
- cnc
- sssp
+ layouts
- nforce_3d (a 3d force directed layout algorithm)
- radial_force

## pack wasm
```bash
make build
```