Daniel-Liu-c0deb0t / block-aligner

SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
https://crates.io/crates/block_aligner
MIT License
124 stars 7 forks source link

Fix: FFI API not available in WASM #26

Closed milot-mirdita closed 1 year ago

milot-mirdita commented 1 year ago

Currently none of the FFI API is available in WASM. This small change exposes the FFI API.

How do I sync the change also to the 3di branch? This looks to be quite a bit of work.

Daniel-Liu-c0deb0t commented 1 year ago

Thanks! I will update the 3di branch.