haystackfm 0.2.0

GPU-accelerated FM-index construction for DNA sequences via WebGPU
Documentation
1
2
3
4
5
//! WebAssembly bindings exposing the FM-index to JavaScript/TypeScript.
//!
//! This module is only compiled when the `wasm` feature is enabled.

pub mod js_api;