Arthur Lu 6f78825876 optimize build size by avoiding fmt,
pack lo/hi values into Wavefront
2024-11-12 18:44:12 +00:00
2024-11-12 18:44:12 +00:00
2024-11-12 18:44:12 +00:00
2024-10-24 18:07:10 +00:00
2024-11-12 18:44:12 +00:00
2024-11-12 18:44:12 +00:00
2024-11-08 22:49:37 +00:00

Using WFA-JS

Download wfa.js and wfa.wasmfrom releases to your project. Add to your script:

import wfa from "./wfa.js"
await wfa("<path to wasm>")
let result = wfAlign(...)
operations = DecodeCIGAR(result.CIGAR)
// ...

Where <path to wasm> is the path from the site root ie. ./scripts/wfa.wasm. This will depend on your project structure.

Description
No description provided
Readme 244 KiB
2024-11-12 19:05:57 +00:00
Languages
Go 56%
JavaScript 41.5%
Makefile 2.5%