add gzip type to support gziped wfa js
This commit is contained in:
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -10,7 +10,7 @@ var wfa;
|
||||
async function init () {
|
||||
setAppearance();
|
||||
|
||||
wfa = await wfaInit("modules/wfa.wasm");
|
||||
wfa = await wfaInit("modules/wfa.wasm.gz");
|
||||
initInstances();
|
||||
|
||||
document.querySelector("#instance-add").addEventListener("click", handleInstanceAddButton);
|
||||
|
||||
Reference in New Issue
Block a user