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;