1
0

Don't load custom fonts, fix scripts
All checks were successful
Build and test project / build-and-test (push) Successful in 1m47s

This commit is contained in:
2026-03-17 13:59:57 +01:00
parent 0223346075
commit 6d4bce8e05
7 changed files with 51 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ async function loadWasm() {
const go = new Go();
const result = await WebAssembly.instantiateStreaming(
fetch('../wasm/kobopatch.wasm?ts=1773690621'),
fetch('../wasm/kobopatch.wasm?ts=1773751630'),
go.importObject
);
go.run(result.instance);