remove imports,

switch to opt=s,
add debug index.html
This commit is contained in:
=
2025-09-30 17:41:14 +00:00
parent 8ccb45748d
commit c94a7902c0
5 changed files with 53 additions and 28 deletions

View File

@@ -1,5 +1,9 @@
package wfa
type Integer interface {
~int | ~int8 | ~int16 | ~int32 | ~int64 | ~uint | ~uint8 | ~uint16 | ~uint32 | ~uint64 | ~uintptr
}
type Result struct {
Score int
CIGAR string