= c94a7902c0 remove imports,
switch to opt=s,
add debug index.html
2025-09-30 17:41:14 +00:00
2025-09-30 17:41:14 +00:00
2024-10-24 18:07:10 +00:00
2025-09-17 06:13:27 +00:00
2025-09-30 17:41:14 +00:00
2024-11-12 18:44:12 +00:00
2025-09-30 17:41:14 +00:00
2025-03-12 00:09:18 +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 272 KiB
2025-09-30 17:45:25 +00:00
Languages
Go 54.4%
JavaScript 40.3%
HTML 2.8%
Makefile 2.5%