https://github.com/mizy/rs-algos
rust algorithms for webAssembly
https://github.com/mizy/rs-algos
algos graph-algorithms rust webassembly
Last synced: 8 months ago
JSON representation
rust algorithms for webAssembly
- Host: GitHub
- URL: https://github.com/mizy/rs-algos
- Owner: mizy
- Created: 2023-02-02T06:26:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:24:06.000Z (over 1 year ago)
- Last Synced: 2025-03-20T09:11:37.190Z (8 months ago)
- Topics: algos, graph-algorithms, rust, webassembly
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```