add fuzzy search using wfa

This commit is contained in:
2024-06-05 22:11:53 +00:00
parent 199f1b1e99
commit 80ac09e040
8 changed files with 388 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
<link rel="stylesheet" href="css/form.css">
<script src="scripts/index.js" type="module"></script>
<script src="scripts/instance.js" type="module"></script>
<script src="modules/wfa.js" type="module"></script>
<style>
#instance-container > div {
border-bottom: 1px solid white;